#A71606

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

Shades of Fire Brick #A71606

Tints of Fire Brick #A71606

Color information

#A71606 (or 0xA71606) is unknown color: approx Fire Brick. HEX triplet: A7, 16 and 06. RGB value is (167,22,6). Sum of RGB (Red+Green+Blue) = 167+22+6=195 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.64% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 167 - color contains mainly: red. Hex color #A71606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71606 is #58E9F9. Grayscale: #3F3F3F. Windows color (decimal): -5827066 or 399015. OLE color: 399015.

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

Color convert

RGB167226-
CMYK00.870.960.35
HSL5.96º93.06%33.92%-
HSV(B)5.96º96.41%65.49%-
XYZ16.268.81.01-
YUV63.5395.54201.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 85.64%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=85.64%
G=11.28%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16722600.870.960.355.9693.0633.92
HexA7166057602365d22
Octal247266012714043613542
Binary10100111101101100101011111000001000111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71606; }

 p { color: rgb(167,22,6); }

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

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

 a { background-color: rgb(167,22,6); }

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

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

 span { border-color: rgb(167,22,6); }

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