#A82C16

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

Shades of Fire Brick #A82C16

Tints of Fire Brick #A82C16

Color information

#A82C16 (or 0xA82C16) is unknown color: approx Fire Brick. HEX triplet: A8, 2C and 16. RGB value is (168,44,22). Sum of RGB (Red+Green+Blue) = 168+44+22=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C16 is #57D3E9. Grayscale: #4E4E4E. Windows color (decimal): -5755882 or 1453224. OLE color: 1453224.

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

Color convert

RGB1684422-
CMYK00.740.870.34
HSL9.04º76.84%37.25%-
HSV(B)9.04º86.9%65.88%-
XYZ17.1910.181.82-
YUV78.5796.08191.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.79%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=71.79%
G=18.80%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168442200.740.870.349.0476.8437.25
HexA82C1604A572294d25
Octal25054260112127421111545
Binary101010001011001011001001010101011110001010011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C16; }

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

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

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

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

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

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

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

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