#A52816

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

Shades of Fire Brick #A52816

Tints of Fire Brick #A52816

Color information

#A52816 (or 0xA52816) is unknown color: approx Fire Brick. HEX triplet: A5, 28 and 16. RGB value is (165,40,22). Sum of RGB (Red+Green+Blue) = 165+40+22=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A52816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52816 is #5AD7E9. Grayscale: #4B4B4B. Windows color (decimal): -5953514 or 1452197. OLE color: 1452197.

HSL color Cylindrical-coordinate representation of color #A52816: hue angle of 7.55º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A52816 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1654022-
CMYK00.760.870.35
HSL7.55º76.47%36.67%-
HSV(B)7.55º86.67%64.71%-
XYZ16.429.571.74-
YUV75.3297.91191.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.69%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=72.69%
G=17.62%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165402200.760.870.357.5576.4736.67
HexA5281604C572384c25
Octal24550260114127431011445
Binary101001011010001011001001100101011110001110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52816; }

 p { color: rgb(165,40,22); }

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

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

 a { background-color: rgb(165,40,22); }

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

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

 span { border-color: rgb(165,40,22); }

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