Shades of Fire Brick #A11E08
Tints of Fire Brick #A11E08
RGB
CMYK
RGB Variations
Color information
#A11E08 (or 0xA11E08) is known color: Fire Brick. HEX triplet: A1, 1E and 08. RGB value is (161,30,8). Sum of RGB (Red+Green+Blue) = 161+30+8=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E08 is #5EE1F7. Grayscale: #424242. Windows color (decimal): -6218232 or 532129. OLE color: 532129.
HSL color Cylindrical-coordinate representation of color #A11E08: hue angle of 8.63º 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 #A11E08 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 8 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.37 |
| HSL | 8.63º | 0.91% | 0.33% | - |
| HSV(B) | 8.63º | 0.95% | 0.63% | - |
| XYZ | 15.21 | 8.52 | 1.07 | - |
| YUV | 66.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 8 | 0 | 0.81 | 0.95 | 0.37 | 8.63 | 0.91 | 0.33 |
| Hex | A1 | 1E | 8 | 0 | 51 | 5F | 25 | 9 | 5B | 21 |
| Octal | 241 | 36 | 10 | 0 | 121 | 137 | 45 | 11 | 133 | 41 |
| Binary | 10100001 | 11110 | 1000 | 0 | 1010001 | 1011111 | 100101 | 1001 | 1011011 | 100001 |
Color Harmonies of #A11E08
Complementary color
Monochromatic Colors of #A11E08
Black with #A11E08
Text Example
Text Example
White with #A11E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E08; }
p { color: rgb(161,30,8); }
H1.HeaderClassName
{
color: #A11E08;
}
.AnyTagClassName
{
color: #A11E08;
}
</style>
background-color css
<style>
a { background-color: #A11E08; }
a { background-color: rgb(161,30,8); }
div.DivClassName
{
background-color: #A11E08;
}
.BgClassName
{
background-color: #A11E08;
}
</style>
border-color css
<style>
span { border-color: #A11E08; }
span { border-color: rgb(161,30,8); }
td.TdClassName
{
border-color: #A11E08;
}
.TagClassName
{
border-color: #A11E08;
}
</style>