#A21C18

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

Shades of Fire Brick #A21C18

Tints of Fire Brick #A21C18

Color information

#A21C18 (or 0xA21C18) is unknown color: approx Fire Brick. HEX triplet: A2, 1C and 18. RGB value is (162,28,24). Sum of RGB (Red+Green+Blue) = 162+28+24=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C18 is #5DE3E7. Grayscale: #434343. Windows color (decimal): -6153192 or 1580194. OLE color: 1580194.

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

Color convert

RGB1622824-
CMYK00.830.850.36
HSL1.74º74.19%36.47%-
HSV(B)1.74º85.19%63.53%-
XYZ15.488.581.7-
YUV67.61103.39195.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=75.70%
G=13.08%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162282400.830.850.361.7474.1936.47
HexA21C18053552424a24
Octal2423430012312544211244
Binary101000101110011000010100111010101100100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C18; }

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

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

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

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

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

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

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

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