#A02512

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

Shades of Fire Brick #A02512

Tints of Fire Brick #A02512

Color information

#A02512 (or 0xA02512) is unknown color: approx Fire Brick. HEX triplet: A0, 25 and 12. RGB value is (160,37,18). Sum of RGB (Red+Green+Blue) = 160+37+18=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02512 is #5FDAED. Grayscale: #474747. Windows color (decimal): -6281966 or 1189280. OLE color: 1189280.

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

Color convert

RGB1603718-
CMYK00.770.890.37
HSL8.03º79.78%34.9%-
HSV(B)8.03º88.75%62.75%-
XYZ15.278.841.47-
YUV71.6197.75191.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.42%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=74.42%
G=17.21%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160371800.770.890.378.0379.7834.9
HexA0251204D592585023
Octal24045220115131451012043
Binary101000001001011001001001101101100110010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02512; }

 p { color: rgb(160,37,18); }

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

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

 a { background-color: rgb(160,37,18); }

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

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

 span { border-color: rgb(160,37,18); }

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