#A61E06

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

Shades of Fire Brick #A61E06

Tints of Fire Brick #A61E06

Color information

#A61E06 (or 0xA61E06) is unknown color: approx Fire Brick. HEX triplet: A6, 1E and 06. RGB value is (166,30,6). Sum of RGB (Red+Green+Blue) = 166+30+6=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61E06 is #59E1F9. Grayscale: #444444. Windows color (decimal): -5890554 or 401062. OLE color: 401062.

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

Color convert

RGB166306-
CMYK00.820.960.35
HSL93.02%33.73%-
HSV(B)96.39%65.1%-
XYZ16.229.051.06-
YUV67.9393.06197.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 82.18%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=82.18%
G=14.85%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16630600.820.960.35993.0233.73
HexA61E6052602395d22
Octal2463660122140431113542
Binary101001101111011001010010110000010001110011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61E06; }

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

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

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

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

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

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

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

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