#A21A18

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

Shades of Fire Brick #A21A18

Tints of Fire Brick #A21A18

Color information

#A21A18 (or 0xA21A18) is unknown color: approx Fire Brick. HEX triplet: A2, 1A and 18. RGB value is (162,26,24). Sum of RGB (Red+Green+Blue) = 162+26+24=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A18 is #5DE5E7. Grayscale: #424242. Windows color (decimal): -6153704 or 1579682. OLE color: 1579682.

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

Color convert

RGB1622624-
CMYK00.840.850.36
HSL0.87º74.19%36.47%-
HSV(B)0.87º85.19%63.53%-
XYZ15.438.491.69-
YUV66.44104.06196.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.42%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=76.42%
G=12.26%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162262400.840.850.360.8774.1936.47
HexA21A18054552414a24
Octal2423230012412544111244
Binary10100010110101100001010100101010110010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A18; }

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

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

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

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

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

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

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

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