#A61E09

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

Shades of Fire Brick #A61E09

Tints of Fire Brick #A61E09

Color information

#A61E09 (or 0xA61E09) is unknown color: approx Fire Brick. HEX triplet: A6, 1E and 09. RGB value is (166,30,9). Sum of RGB (Red+Green+Blue) = 166+30+9=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61E09 is #59E1F6. Grayscale: #444444. Windows color (decimal): -5890551 or 597670. OLE color: 597670.

HSL color Cylindrical-coordinate representation of color #A61E09: hue angle of 8.03º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A61E09 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB166309-
CMYK00.820.950.35
HSL8.03º89.71%34.31%-
HSV(B)8.03º94.58%65.1%-
XYZ16.249.061.15-
YUV68.2794.56197.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=80.98%
G=14.63%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16630900.820.950.358.0389.7134.31
HexA61E90525F2385a22
Octal24636110122137431013242
Binary1010011011110100101010010101111110001110001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61E09; }

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

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

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

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

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

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

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

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