#A82218

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

Shades of Fire Brick #A82218

Tints of Fire Brick #A82218

Color information

#A82218 (or 0xA82218) is unknown color: approx Fire Brick. HEX triplet: A8, 22 and 18. RGB value is (168,34,24). Sum of RGB (Red+Green+Blue) = 168+34+24=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A82218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82218 is #57DDE7. Grayscale: #494949. Windows color (decimal): -5758440 or 1581736. OLE color: 1581736.

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

Color convert

RGB1683424-
CMYK00.800.860.34
HSL4.17º75%37.65%-
HSV(B)4.17º85.71%65.88%-
XYZ16.899.531.81-
YUV72.93100.39195.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 24 (9.77% from 255) = 10.62%
R=74.34%
G=15.04%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168342400.800.860.344.177537.65
HexA82218050562244b26
Octal2504230012012642411346
Binary10101000100010110000101000010101101000101001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82218; }

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

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

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

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

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

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

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

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