Shades of Fire Brick #A12A0F
Tints of Fire Brick #A12A0F
RGB
CMYK
RGB Variations
Color information
#A12A0F (or 0xA12A0F) is known color: Fire Brick. HEX triplet: A1, 2A and 0F. RGB value is (161,42,15). Sum of RGB (Red+Green+Blue) = 161+42+15=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A0F is #5ED5F0. Grayscale: #4A4A4A. Windows color (decimal): -6215153 or 993953. OLE color: 993953.
HSL color Cylindrical-coordinate representation of color #A12A0F: hue angle of 11.1º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A12A0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.37 |
| HSL | 11.1º | 0.83% | 0.35% | - |
| HSV(B) | 11.1º | 0.91% | 0.63% | - |
| XYZ | 15.61 | 9.27 | 1.42 | - |
| YUV | 74.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 15 | 0 | 0.74 | 0.91 | 0.37 | 11.1 | 0.83 | 0.35 |
| Hex | A1 | 2A | F | 0 | 4A | 5B | 25 | B | 53 | 23 |
| Octal | 241 | 52 | 17 | 0 | 112 | 133 | 45 | 13 | 123 | 43 |
| Binary | 10100001 | 101010 | 1111 | 0 | 1001010 | 1011011 | 100101 | 1011 | 1010011 | 100011 |
Color Harmonies of #A12A0F
Complementary color
Monochromatic Colors of #A12A0F
Black with #A12A0F
Text Example
Text Example
White with #A12A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A0F; }
p { color: rgb(161,42,15); }
H1.HeaderClassName
{
color: #A12A0F;
}
.AnyTagClassName
{
color: #A12A0F;
}
</style>
background-color css
<style>
a { background-color: #A12A0F; }
a { background-color: rgb(161,42,15); }
div.DivClassName
{
background-color: #A12A0F;
}
.BgClassName
{
background-color: #A12A0F;
}
</style>
border-color css
<style>
span { border-color: #A12A0F; }
span { border-color: rgb(161,42,15); }
td.TdClassName
{
border-color: #A12A0F;
}
.TagClassName
{
border-color: #A12A0F;
}
</style>