#A62608

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

Shades of Fire Brick #A62608

Tints of Fire Brick #A62608

Color information

#A62608 (or 0xA62608) is unknown color: approx Fire Brick. HEX triplet: A6, 26 and 08. RGB value is (166,38,8). Sum of RGB (Red+Green+Blue) = 166+38+8=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A62608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62608 is #59D9F7. Grayscale: #494949. Windows color (decimal): -5888504 or 534182. OLE color: 534182.

HSL color Cylindrical-coordinate representation of color #A62608: hue angle of 11.39º degrees, saturation: 0.91, 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 #A62608 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB166388-
CMYK00.770.950.35
HSL11.39º90.8%34.12%-
HSV(B)11.39º95.18%65.1%-
XYZ16.469.511.2-
YUV72.8591.41194.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.30%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=78.30%
G=17.92%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16638800.770.950.3511.3990.834.12
HexA626804D5F23b5b22
Octal24646100115137431313342
Binary10100110100110100001001101101111110001110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62608; }

 p { color: rgb(166,38,8); }

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

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

 a { background-color: rgb(166,38,8); }

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

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

 span { border-color: rgb(166,38,8); }

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