#A52712

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

Shades of Fire Brick #A52712

Tints of Fire Brick #A52712

Color information

#A52712 (or 0xA52712) is unknown color: approx Fire Brick. HEX triplet: A5, 27 and 12. RGB value is (165,39,18). Sum of RGB (Red+Green+Blue) = 165+39+18=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A52712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52712 is #5AD8ED. Grayscale: #4A4A4A. Windows color (decimal): -5953774 or 1189797. OLE color: 1189797.

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

Color convert

RGB1653918-
CMYK00.760.890.35
HSL8.57º80.33%35.88%-
HSV(B)8.57º89.09%64.71%-
XYZ16.359.491.54-
YUV74.2896.24192.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.32%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=74.32%
G=17.57%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165391800.760.890.358.5780.3335.88
HexA5271204C592395024
Octal24547220114131431112044
Binary101001011001111001001001100101100110001110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52712; }

 p { color: rgb(165,39,18); }

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

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

 a { background-color: rgb(165,39,18); }

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

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

 span { border-color: rgb(165,39,18); }

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