Shades of Fire Brick #A12002
Tints of Fire Brick #A12002
RGB
CMYK
RGB Variations
Color information
#A12002 (or 0xA12002) is known color: Fire Brick. HEX triplet: A1, 20 and 02. RGB value is (161,32,2). Sum of RGB (Red+Green+Blue) = 161+32+2=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A12002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12002 is #5EDFFD. Grayscale: #434343. Windows color (decimal): -6217726 or 139425. OLE color: 139425.
HSL color Cylindrical-coordinate representation of color #A12002: hue angle of 11.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A12002 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.37 |
| HSL | 11.32º | 0.98% | 0.32% | - |
| HSV(B) | 11.32º | 0.99% | 0.63% | - |
| XYZ | 15.23 | 8.61 | 0.92 | - |
| YUV | 67.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 2 | 0 | 0.80 | 0.99 | 0.37 | 11.32 | 0.98 | 0.32 |
| Hex | A1 | 20 | 2 | 0 | 50 | 63 | 25 | B | 62 | 20 |
| Octal | 241 | 40 | 2 | 0 | 120 | 143 | 45 | 13 | 142 | 40 |
| Binary | 10100001 | 100000 | 10 | 0 | 1010000 | 1100011 | 100101 | 1011 | 1100010 | 100000 |
Color Harmonies of #A12002
Complementary color
Monochromatic Colors of #A12002
Black with #A12002
Text Example
Text Example
White with #A12002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12002; }
p { color: rgb(161,32,2); }
H1.HeaderClassName
{
color: #A12002;
}
.AnyTagClassName
{
color: #A12002;
}
</style>
background-color css
<style>
a { background-color: #A12002; }
a { background-color: rgb(161,32,2); }
div.DivClassName
{
background-color: #A12002;
}
.BgClassName
{
background-color: #A12002;
}
</style>
border-color css
<style>
span { border-color: #A12002; }
span { border-color: rgb(161,32,2); }
td.TdClassName
{
border-color: #A12002;
}
.TagClassName
{
border-color: #A12002;
}
</style>