#A21812

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

Shades of Fire Brick #A21812

Tints of Fire Brick #A21812

Color information

#A21812 (or 0xA21812) is unknown color: approx Fire Brick. HEX triplet: A2, 18 and 12. RGB value is (162,24,18). Sum of RGB (Red+Green+Blue) = 162+24+18=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21812 is #5DE7ED. Grayscale: #404040. Windows color (decimal): -6154222 or 1185954. OLE color: 1185954.

HSL color Cylindrical-coordinate representation of color #A21812: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21812 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1622418-
CMYK00.850.890.36
HSL2.5º80%35.29%-
HSV(B)2.5º88.89%63.53%-
XYZ15.348.381.38-
YUV64.58101.72197.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.41%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=79.41%
G=11.76%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162241800.850.890.362.58035.29
HexA21812055592425023
Octal2423022012513144212043
Binary101000101100010010010101011011001100100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21812; }

 p { color: rgb(162,24,18); }

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

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

 a { background-color: rgb(162,24,18); }

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

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

 span { border-color: rgb(162,24,18); }

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