#A71E06

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

Shades of Fire Brick #A71E06

Tints of Fire Brick #A71E06

Color information

#A71E06 (or 0xA71E06) is unknown color: approx Fire Brick. HEX triplet: A7, 1E and 06. RGB value is (167,30,6). Sum of RGB (Red+Green+Blue) = 167+30+6=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71E06 is #58E1F9. Grayscale: #444444. Windows color (decimal): -5825018 or 401063. OLE color: 401063.

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

Color convert

RGB167306-
CMYK00.820.960.35
HSL8.94º93.06%33.92%-
HSV(B)8.94º96.41%65.49%-
XYZ16.439.161.07-
YUV68.2392.89198.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 82.27%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=82.27%
G=14.78%
B=2.96%

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
Decimal16730600.820.960.358.9493.0633.92
HexA71E6052602395d22
Octal2473660122140431113542
Binary101001111111011001010010110000010001110011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71E06; }

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

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

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

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

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

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

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

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