#a32811

Color #A32811 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A32811

Tints of Fire Brick #A32811

Color information

#A32811 (or 0xA32811) is unknown color: approx Fire Brick. HEX triplet: A3, 28 and 11. RGB value is (163,40,17). Sum of RGB (Red+Green+Blue) = 163+40+17=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A32811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32811 is #5CD7EE. Grayscale: #4A4A4A. Windows color (decimal): -6084591 or 1124515. OLE color: 1124515.

HSL color Cylindrical-coordinate representation of color #A32811: hue angle of 9.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A32811 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1634017-
CMYK00.750.900.36
HSL9.45º81.11%35.29%-
HSV(B)9.45º89.57%63.92%-
XYZ15.969.341.49-
YUV74.1595.75191.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 74.09%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=74.09%
G=18.18%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163401700.750.900.369.4581.1135.29
HexA3281104B5A2495123
Octal24350210113132441112143
Binary101000111010001000101001011101101010010010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32811; }

 p { color: rgb(163,40,17); }

 H1.HeaderClassName
 {
   color: #a32811;
 }
 .AnyTagClassName
 {
   color: #a32811;
 }
</style>
background-color css

<style>
 a { background-color: #a32811; }

 a { background-color: rgb(163,40,17); }

 div.DivClassName
 {
   background-color: #a32811;
 }
 .BgClassName
 {
   background-color: #a32811;
 }
</style>
border-color css

<style>
 span { border-color: #a32811; }

 span { border-color: rgb(163,40,17); }

 td.TdClassName
 {
   border-color: #a32811;
 }
 .TagClassName
 {
   border-color: #a32811;
 }
</style>