#A71506

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

Shades of Fire Brick #A71506

Tints of Fire Brick #A71506

Color information

#A71506 (or 0xA71506) is unknown color: approx Fire Brick. HEX triplet: A7, 15 and 06. RGB value is (167,21,6). Sum of RGB (Red+Green+Blue) = 167+21+6=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A71506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71506 is #58EAF9. Grayscale: #3F3F3F. Windows color (decimal): -5827322 or 398759. OLE color: 398759.

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

Color convert

RGB167216-
CMYK00.870.960.35
HSL5.59º93.06%33.92%-
HSV(B)5.59º96.41%65.49%-
XYZ16.248.761.01-
YUV62.9495.87202.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 86.08%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=86.08%
G=10.82%
B=3.09%

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
Decimal16721600.870.960.355.5993.0633.92
HexA7156057602365d22
Octal247256012714043613542
Binary10100111101011100101011111000001000111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71506; }

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

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

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

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

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

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

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

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