#A21E12

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

Shades of Fire Brick #A21E12

Tints of Fire Brick #A21E12

Color information

#A21E12 (or 0xA21E12) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 12. RGB value is (162,30,18). Sum of RGB (Red+Green+Blue) = 162+30+18=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E12 is #5DE1ED. Grayscale: #444444. Windows color (decimal): -6152686 or 1187490. OLE color: 1187490.

HSL color Cylindrical-coordinate representation of color #A21E12: hue angle of 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 #A21E12 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1623018-
CMYK00.810.890.36
HSL80%35.29%-
HSV(B)88.89%63.53%-
XYZ15.478.651.43-
YUV68.199.73194.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.14%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 8.57%
R=77.14%
G=14.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162301800.810.890.3658035.29
HexA21E12051592455023
Octal2423622012113144512043
Binary1010001011110100100101000110110011001001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E12; }

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

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

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

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

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

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

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

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