#A62D16

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

Shades of Fire Brick #A62D16

Tints of Fire Brick #A62D16

Color information

#A62D16 (or 0xA62D16) is unknown color: approx Fire Brick. HEX triplet: A6, 2D and 16. RGB value is (166,45,22). Sum of RGB (Red+Green+Blue) = 166+45+22=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D16 is #59D2E9. Grayscale: #4E4E4E. Windows color (decimal): -5886698 or 1453478. OLE color: 1453478.

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

Color convert

RGB1664522-
CMYK00.730.870.35
HSL9.58º76.6%36.86%-
HSV(B)9.58º86.75%65.1%-
XYZ16.8110.041.81-
YUV78.5696.09190.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.24%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=71.24%
G=19.31%
B=9.44%

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
Decimal166452200.730.870.359.5876.636.86
HexA62D160495723a4d25
Octal24655260111127431211545
Binary101001101011011011001001001101011110001110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D16; }

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

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

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

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

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

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

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

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