Shades of Fire Brick #A12008
Tints of Fire Brick #A12008
RGB
CMYK
RGB Variations
Color information
#A12008 (or 0xA12008) is known color: Fire Brick. HEX triplet: A1, 20 and 08. RGB value is (161,32,8). Sum of RGB (Red+Green+Blue) = 161+32+8=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A12008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12008 is #5EDFF7. Grayscale: #444444. Windows color (decimal): -6217720 or 532641. OLE color: 532641.
HSL color Cylindrical-coordinate representation of color #A12008: hue angle of 9.41º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A12008 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 8 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.37 |
| HSL | 9.41º | 0.91% | 0.33% | - |
| HSV(B) | 9.41º | 0.95% | 0.63% | - |
| XYZ | 15.26 | 8.63 | 1.09 | - |
| YUV | 67.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 8 | 0 | 0.80 | 0.95 | 0.37 | 9.41 | 0.91 | 0.33 |
| Hex | A1 | 20 | 8 | 0 | 50 | 5F | 25 | 9 | 5B | 21 |
| Octal | 241 | 40 | 10 | 0 | 120 | 137 | 45 | 11 | 133 | 41 |
| Binary | 10100001 | 100000 | 1000 | 0 | 1010000 | 1011111 | 100101 | 1001 | 1011011 | 100001 |
Color Harmonies of #A12008
Complementary color
Monochromatic Colors of #A12008
Black with #A12008
Text Example
Text Example
White with #A12008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12008; }
p { color: rgb(161,32,8); }
H1.HeaderClassName
{
color: #A12008;
}
.AnyTagClassName
{
color: #A12008;
}
</style>
background-color css
<style>
a { background-color: #A12008; }
a { background-color: rgb(161,32,8); }
div.DivClassName
{
background-color: #A12008;
}
.BgClassName
{
background-color: #A12008;
}
</style>
border-color css
<style>
span { border-color: #A12008; }
span { border-color: rgb(161,32,8); }
td.TdClassName
{
border-color: #A12008;
}
.TagClassName
{
border-color: #A12008;
}
</style>