Shades of Fire Brick #A11C0F
Tints of Fire Brick #A11C0F
RGB
CMYK
RGB Variations
Color information
#A11C0F (or 0xA11C0F) is known color: Fire Brick. HEX triplet: A1, 1C and 0F. RGB value is (161,28,15). Sum of RGB (Red+Green+Blue) = 161+28+15=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C0F is #5EE3F0. Grayscale: #424242. Windows color (decimal): -6218737 or 990369. OLE color: 990369.
HSL color Cylindrical-coordinate representation of color #A11C0F: hue angle of 5.34º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A11C0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 15 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.37 |
| HSL | 5.34º | 0.83% | 0.35% | - |
| HSV(B) | 5.34º | 0.91% | 0.63% | - |
| XYZ | 15.2 | 8.44 | 1.28 | - |
| YUV | 66.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 15 | 0 | 0.83 | 0.91 | 0.37 | 5.34 | 0.83 | 0.35 |
| Hex | A1 | 1C | F | 0 | 53 | 5B | 25 | 5 | 53 | 23 |
| Octal | 241 | 34 | 17 | 0 | 123 | 133 | 45 | 5 | 123 | 43 |
| Binary | 10100001 | 11100 | 1111 | 0 | 1010011 | 1011011 | 100101 | 101 | 1010011 | 100011 |
Color Harmonies of #A11C0F
Complementary color
Monochromatic Colors of #A11C0F
Black with #A11C0F
Text Example
Text Example
White with #A11C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C0F; }
p { color: rgb(161,28,15); }
H1.HeaderClassName
{
color: #A11C0F;
}
.AnyTagClassName
{
color: #A11C0F;
}
</style>
background-color css
<style>
a { background-color: #A11C0F; }
a { background-color: rgb(161,28,15); }
div.DivClassName
{
background-color: #A11C0F;
}
.BgClassName
{
background-color: #A11C0F;
}
</style>
border-color css
<style>
span { border-color: #A11C0F; }
span { border-color: rgb(161,28,15); }
td.TdClassName
{
border-color: #A11C0F;
}
.TagClassName
{
border-color: #A11C0F;
}
</style>