#A82215

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

Shades of Fire Brick #A82215

Tints of Fire Brick #A82215

Color information

#A82215 (or 0xA82215) is unknown color: approx Fire Brick. HEX triplet: A8, 22 and 15. RGB value is (168,34,21). Sum of RGB (Red+Green+Blue) = 168+34+21=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A82215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82215 is #57DDEA. Grayscale: #484848. Windows color (decimal): -5758443 or 1385128. OLE color: 1385128.

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

Color convert

RGB1683421-
CMYK00.800.880.34
HSL5.31º77.78%37.06%-
HSV(B)5.31º87.5%65.88%-
XYZ16.869.521.66-
YUV72.5898.89196.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.34%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=75.34%
G=15.25%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168342100.800.880.345.3177.7837.06
HexA82215050582254e25
Octal2504225012013042511645
Binary10101000100010101010101000010110001000101011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82215; }

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

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

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

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

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

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

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

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