#A82418

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

Shades of Fire Brick #A82418

Tints of Fire Brick #A82418

Color information

#A82418 (or 0xA82418) is unknown color: approx Fire Brick. HEX triplet: A8, 24 and 18. RGB value is (168,36,24). Sum of RGB (Red+Green+Blue) = 168+36+24=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A82418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82418 is #57DBE7. Grayscale: #4A4A4A. Windows color (decimal): -5757928 or 1582248. OLE color: 1582248.

HSL color Cylindrical-coordinate representation of color #A82418: hue angle of 5º 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 #A82418 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1683624-
CMYK00.790.860.34
HSL75%37.65%-
HSV(B)85.71%65.88%-
XYZ16.949.651.83-
YUV74.199.73194.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.68%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=73.68%
G=15.79%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168362400.790.860.3457537.65
HexA8241804F562254b26
Octal2504430011712642511346
Binary10101000100100110000100111110101101000101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82418; }

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

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

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

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

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

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

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

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