Shades of Fire Brick #A01D1B
Tints of Fire Brick #A01D1B
RGB
CMYK
RGB Variations
Color information
#A01D1B (or 0xA01D1B) is known color: Fire Brick. HEX triplet: A0, 1D and 1B. RGB value is (160,29,27). Sum of RGB (Red+Green+Blue) = 160+29+27=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D1B is #5FE2E4. Grayscale: #444444. Windows color (decimal): -6284005 or 1777056. OLE color: 1777056.
HSL color Cylindrical-coordinate representation of color #A01D1B: hue angle of 0.9º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01D1B is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 29 | 27 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.37 |
| HSL | 0.9º | 0.71% | 0.37% | - |
| HSV(B) | 0.9º | 0.83% | 0.63% | - |
| XYZ | 15.13 | 8.43 | 1.87 | - |
| YUV | 67.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 27 | 0 | 0.82 | 0.83 | 0.37 | 0.9 | 0.71 | 0.37 |
| Hex | A0 | 1D | 1B | 0 | 52 | 53 | 25 | 1 | 47 | 25 |
| Octal | 240 | 35 | 33 | 0 | 122 | 123 | 45 | 1 | 107 | 45 |
| Binary | 10100000 | 11101 | 11011 | 0 | 1010010 | 1010011 | 100101 | 1 | 1000111 | 100101 |
Color Harmonies of #A01D1B
Complementary color
Monochromatic Colors of #A01D1B
Black with #A01D1B
Text Example
Text Example
White with #A01D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01D1B; }
p { color: rgb(160,29,27); }
H1.HeaderClassName
{
color: #A01D1B;
}
.AnyTagClassName
{
color: #A01D1B;
}
</style>
background-color css
<style>
a { background-color: #A01D1B; }
a { background-color: rgb(160,29,27); }
div.DivClassName
{
background-color: #A01D1B;
}
.BgClassName
{
background-color: #A01D1B;
}
</style>
border-color css
<style>
span { border-color: #A01D1B; }
span { border-color: rgb(160,29,27); }
td.TdClassName
{
border-color: #A01D1B;
}
.TagClassName
{
border-color: #A01D1B;
}
</style>