Shades of Fire Brick #A11F08
Tints of Fire Brick #A11F08
RGB
CMYK
RGB Variations
Color information
#A11F08 (or 0xA11F08) is known color: Fire Brick. HEX triplet: A1, 1F and 08. RGB value is (161,31,8). Sum of RGB (Red+Green+Blue) = 161+31+8=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F08 is #5EE0F7. Grayscale: #434343. Windows color (decimal): -6217976 or 532385. OLE color: 532385.
HSL color Cylindrical-coordinate representation of color #A11F08: hue angle of 9.02º 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 #A11F08 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 8 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.37 |
| HSL | 9.02º | 0.91% | 0.33% | - |
| HSV(B) | 9.02º | 0.95% | 0.63% | - |
| XYZ | 15.23 | 8.57 | 1.08 | - |
| YUV | 67.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 8 | 0 | 0.81 | 0.95 | 0.37 | 9.02 | 0.91 | 0.33 |
| Hex | A1 | 1F | 8 | 0 | 51 | 5F | 25 | 9 | 5B | 21 |
| Octal | 241 | 37 | 10 | 0 | 121 | 137 | 45 | 11 | 133 | 41 |
| Binary | 10100001 | 11111 | 1000 | 0 | 1010001 | 1011111 | 100101 | 1001 | 1011011 | 100001 |
Color Harmonies of #A11F08
Complementary color
Monochromatic Colors of #A11F08
Black with #A11F08
Text Example
Text Example
White with #A11F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F08; }
p { color: rgb(161,31,8); }
H1.HeaderClassName
{
color: #A11F08;
}
.AnyTagClassName
{
color: #A11F08;
}
</style>
background-color css
<style>
a { background-color: #A11F08; }
a { background-color: rgb(161,31,8); }
div.DivClassName
{
background-color: #A11F08;
}
.BgClassName
{
background-color: #A11F08;
}
</style>
border-color css
<style>
span { border-color: #A11F08; }
span { border-color: rgb(161,31,8); }
td.TdClassName
{
border-color: #A11F08;
}
.TagClassName
{
border-color: #A11F08;
}
</style>