#A62C16

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

Shades of Fire Brick #A62C16

Tints of Fire Brick #A62C16

Color information

#A62C16 (or 0xA62C16) is unknown color: approx Fire Brick. HEX triplet: A6, 2C and 16. RGB value is (166,44,22). Sum of RGB (Red+Green+Blue) = 166+44+22=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C16 is #59D3E9. Grayscale: #4E4E4E. Windows color (decimal): -5886954 or 1453222. OLE color: 1453222.

HSL color Cylindrical-coordinate representation of color #A62C16: hue angle of 9.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A62C16 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1664422-
CMYK00.730.870.35
HSL9.17º76.6%36.86%-
HSV(B)9.17º86.75%65.1%-
XYZ16.779.971.8-
YUV77.9796.42190.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.55%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=71.55%
G=18.97%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166442200.730.870.359.1776.636.86
HexA62C16049572394d25
Octal24654260111127431111545
Binary101001101011001011001001001101011110001110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C16; }

 p { color: rgb(166,44,22); }

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

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

 a { background-color: rgb(166,44,22); }

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

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

 span { border-color: rgb(166,44,22); }

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