#A12506

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

Shades of Fire Brick #A12506

Tints of Fire Brick #A12506

Color information

#A12506 (or 0xA12506) is unknown color: approx Fire Brick. HEX triplet: A1, 25 and 06. RGB value is (161,37,6). Sum of RGB (Red+Green+Blue) = 161+37+6=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A12506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12506 is #5EDAF9. Grayscale: #464646. Windows color (decimal): -6216442 or 402849. OLE color: 402849.

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

Color convert

RGB161376-
CMYK00.770.960.37
HSL12º92.81%32.75%-
HSV(B)12º96.27%63.14%-
XYZ15.398.911.08-
YUV70.5491.58192.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.92%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=78.92%
G=18.14%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16137600.770.960.371292.8132.75
HexA125604D6025c5d21
Octal2414560115140451413541
Binary1010000110010111001001101110000010010111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12506; }

 p { color: rgb(161,37,6); }

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

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

 a { background-color: rgb(161,37,6); }

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

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

 span { border-color: rgb(161,37,6); }

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