Shades of Fire Brick #A11A08
Tints of Fire Brick #A11A08
RGB
CMYK
RGB Variations
Color information
#A11A08 (or 0xA11A08) is known color: Fire Brick. HEX triplet: A1, 1A and 08. RGB value is (161,26,8). Sum of RGB (Red+Green+Blue) = 161+26+8=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A08 is #5EE5F7. Grayscale: #404040. Windows color (decimal): -6219256 or 531105. OLE color: 531105.
HSL color Cylindrical-coordinate representation of color #A11A08: hue angle of 7.06º 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 #A11A08 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 8 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.37 |
| HSL | 7.06º | 0.91% | 0.33% | - |
| HSV(B) | 7.06º | 0.95% | 0.63% | - |
| XYZ | 15.11 | 8.33 | 1.04 | - |
| YUV | 64.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 8 | 0 | 0.84 | 0.95 | 0.37 | 7.06 | 0.91 | 0.33 |
| Hex | A1 | 1A | 8 | 0 | 54 | 5F | 25 | 7 | 5B | 21 |
| Octal | 241 | 32 | 10 | 0 | 124 | 137 | 45 | 7 | 133 | 41 |
| Binary | 10100001 | 11010 | 1000 | 0 | 1010100 | 1011111 | 100101 | 111 | 1011011 | 100001 |
Color Harmonies of #A11A08
Complementary color
Monochromatic Colors of #A11A08
Black with #A11A08
Text Example
Text Example
White with #A11A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A08; }
p { color: rgb(161,26,8); }
H1.HeaderClassName
{
color: #A11A08;
}
.AnyTagClassName
{
color: #A11A08;
}
</style>
background-color css
<style>
a { background-color: #A11A08; }
a { background-color: rgb(161,26,8); }
div.DivClassName
{
background-color: #A11A08;
}
.BgClassName
{
background-color: #A11A08;
}
</style>
border-color css
<style>
span { border-color: #A11A08; }
span { border-color: rgb(161,26,8); }
td.TdClassName
{
border-color: #A11A08;
}
.TagClassName
{
border-color: #A11A08;
}
</style>