#A21918

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

Shades of Fire Brick #A21918

Tints of Fire Brick #A21918

Color information

#A21918 (or 0xA21918) is unknown color: approx Fire Brick. HEX triplet: A2, 19 and 18. RGB value is (162,25,24). Sum of RGB (Red+Green+Blue) = 162+25+24=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A21918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21918 is #5DE6E7. Grayscale: #414141. Windows color (decimal): -6153960 or 1579426. OLE color: 1579426.

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

Color convert

RGB1622524-
CMYK00.850.850.36
HSL0.43º74.19%36.47%-
HSV(B)0.43º85.19%63.53%-
XYZ15.418.441.68-
YUV65.85104.39196.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.78%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=76.78%
G=11.85%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162252400.850.850.360.4374.1936.47
HexA21918055552404a24
Octal2423130012512544011244
Binary10100010110011100001010101101010110010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21918; }

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

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

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

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

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

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

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

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