#A21E18

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

Shades of Fire Brick #A21E18

Tints of Fire Brick #A21E18

Color information

#A21E18 (or 0xA21E18) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 18. RGB value is (162,30,24). Sum of RGB (Red+Green+Blue) = 162+30+24=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E18 is #5DE1E7. Grayscale: #444444. Windows color (decimal): -6152680 or 1580706. OLE color: 1580706.

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

Color convert

RGB1623024-
CMYK00.810.850.36
HSL2.61º74.19%36.47%-
HSV(B)2.61º85.19%63.53%-
XYZ15.538.681.72-
YUV68.78102.73194.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=75%
G=13.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162302400.810.850.362.6174.1936.47
HexA21E18051552434a24
Octal2423630012112544311244
Binary101000101111011000010100011010101100100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E18; }

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

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

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

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

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

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

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

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