#A21D18

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

Shades of Fire Brick #A21D18

Tints of Fire Brick #A21D18

Color information

#A21D18 (or 0xA21D18) is unknown color: approx Fire Brick. HEX triplet: A2, 1D and 18. RGB value is (162,29,24). Sum of RGB (Red+Green+Blue) = 162+29+24=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D18 is #5DE2E7. Grayscale: #444444. Windows color (decimal): -6152936 or 1580450. OLE color: 1580450.

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

Color convert

RGB1622924-
CMYK00.820.850.36
HSL2.17º74.19%36.47%-
HSV(B)2.17º85.19%63.53%-
XYZ15.58.631.71-
YUV68.2103.06194.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=75.35%
G=13.49%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162292400.820.850.362.1774.1936.47
HexA21D18052552424a24
Octal2423530012212544211244
Binary101000101110111000010100101010101100100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D18; }

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

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

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

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

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

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

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

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