#A21E09

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

Shades of Fire Brick #A21E09

Tints of Fire Brick #A21E09

Color information

#A21E09 (or 0xA21E09) is unknown color: approx Fire Brick. HEX triplet: A2, 1E and 09. RGB value is (162,30,9). Sum of RGB (Red+Green+Blue) = 162+30+9=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E09 is #5DE1F6. Grayscale: #434343. Windows color (decimal): -6152695 or 597666. OLE color: 597666.

HSL color Cylindrical-coordinate representation of color #A21E09: hue angle of 8.24º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A21E09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB162309-
CMYK00.810.940.36
HSL8.24º89.47%33.53%-
HSV(B)8.24º94.44%63.53%-
XYZ15.418.631.11-
YUV67.0795.23195.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.60%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=80.60%
G=14.93%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16230900.810.940.368.2489.4733.53
HexA21E90515E2485922
Octal24236110121136441013142
Binary1010001011110100101010001101111010010010001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E09; }

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

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

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

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

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

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

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

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