#A62306

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

Shades of Fire Brick #A62306

Tints of Fire Brick #A62306

Color information

#A62306 (or 0xA62306) is unknown color: approx Fire Brick. HEX triplet: A6, 23 and 06. RGB value is (166,35,6). Sum of RGB (Red+Green+Blue) = 166+35+6=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A62306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62306 is #59DCF9. Grayscale: #474747. Windows color (decimal): -5889274 or 402342. OLE color: 402342.

HSL color Cylindrical-coordinate representation of color #A62306: hue angle of 10.88º 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 #A62306 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166356-
CMYK00.790.960.35
HSL10.88º93.02%33.73%-
HSV(B)10.88º96.39%65.1%-
XYZ16.369.321.11-
YUV70.8691.4195.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.19%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=80.19%
G=16.91%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16635600.790.960.3510.8893.0233.73
HexA623604F6023b5d22
Octal2464360117140431313542
Binary1010011010001111001001111110000010001110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62306; }

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

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

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

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

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

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

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

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