#A62C17

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

Shades of Fire Brick #A62C17

Tints of Fire Brick #A62C17

Color information

#A62C17 (or 0xA62C17) is unknown color: approx Fire Brick. HEX triplet: A6, 2C and 17. RGB value is (166,44,23). Sum of RGB (Red+Green+Blue) = 166+44+23=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C17 is #59D3E8. Grayscale: #4E4E4E. Windows color (decimal): -5886953 or 1518758. OLE color: 1518758.

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

Color convert

RGB1664423-
CMYK00.730.860.35
HSL8.81º75.66%37.06%-
HSV(B)8.81º86.14%65.1%-
XYZ16.789.971.85-
YUV78.0896.92190.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.24%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=71.24%
G=18.88%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166442300.730.860.358.8175.6637.06
HexA62C17049562394c25
Octal24654270111126431111445
Binary101001101011001011101001001101011010001110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C17; }

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

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

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

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

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

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

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

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