Shades of Fire Brick #A0200D
Tints of Fire Brick #A0200D
RGB
CMYK
RGB Variations
Color information
#A0200D (or 0xA0200D) is known color: Fire Brick. HEX triplet: A0, 20 and 0D. RGB value is (160,32,13). Sum of RGB (Red+Green+Blue) = 160+32+13=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0200D is #5FDFF2. Grayscale: #444444. Windows color (decimal): -6283251 or 860320. OLE color: 860320.
HSL color Cylindrical-coordinate representation of color #A0200D: hue angle of 7.76º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0200D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 13 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.37 |
| HSL | 7.76º | 0.85% | 0.34% | - |
| HSV(B) | 7.76º | 0.92% | 0.63% | - |
| XYZ | 15.09 | 8.54 | 1.23 | - |
| YUV | 68.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 13 | 0 | 0.80 | 0.92 | 0.37 | 7.76 | 0.85 | 0.34 |
| Hex | A0 | 20 | D | 0 | 50 | 5C | 25 | 8 | 55 | 22 |
| Octal | 240 | 40 | 15 | 0 | 120 | 134 | 45 | 10 | 125 | 42 |
| Binary | 10100000 | 100000 | 1101 | 0 | 1010000 | 1011100 | 100101 | 1000 | 1010101 | 100010 |
Color Harmonies of #A0200D
Complementary color
Monochromatic Colors of #A0200D
Black with #A0200D
Text Example
Text Example
White with #A0200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0200D; }
p { color: rgb(160,32,13); }
H1.HeaderClassName
{
color: #A0200D;
}
.AnyTagClassName
{
color: #A0200D;
}
</style>
background-color css
<style>
a { background-color: #A0200D; }
a { background-color: rgb(160,32,13); }
div.DivClassName
{
background-color: #A0200D;
}
.BgClassName
{
background-color: #A0200D;
}
</style>
border-color css
<style>
span { border-color: #A0200D; }
span { border-color: rgb(160,32,13); }
td.TdClassName
{
border-color: #A0200D;
}
.TagClassName
{
border-color: #A0200D;
}
</style>