#a82c18

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

Shades of Fire Brick #A82C18

Tints of Fire Brick #A82C18

Color information

#A82C18 (or 0xA82C18) is unknown color: approx Fire Brick. HEX triplet: A8, 2C and 18. RGB value is (168,44,24). Sum of RGB (Red+Green+Blue) = 168+44+24=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C18 is #57D3E7. Grayscale: #4F4F4F. Windows color (decimal): -5755880 or 1584296. OLE color: 1584296.

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

Color convert

RGB1684424-
CMYK00.740.860.34
HSL8.33º75%37.65%-
HSV(B)8.33º85.71%65.88%-
XYZ17.2110.191.92-
YUV78.897.08191.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.19%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=71.19%
G=18.64%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168442400.740.860.348.337537.65
HexA82C1804A562284b26
Octal25054300112126421011346
Binary101010001011001100001001010101011010001010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82c18; }

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

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

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

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

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

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

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

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