Shades of Fire Brick #A0200C
Tints of Fire Brick #A0200C
RGB
CMYK
RGB Variations
Color information
#A0200C (or 0xA0200C) is known color: Fire Brick. HEX triplet: A0, 20 and 0C. RGB value is (160,32,12). Sum of RGB (Red+Green+Blue) = 160+32+12=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A0200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0200C is #5FDFF3. Grayscale: #444444. Windows color (decimal): -6283252 or 794784. OLE color: 794784.
HSL color Cylindrical-coordinate representation of color #A0200C: hue angle of 8.11º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0200C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.37 |
| HSL | 8.11º | 0.86% | 0.34% | - |
| HSV(B) | 8.11º | 0.93% | 0.63% | - |
| XYZ | 15.08 | 8.53 | 1.2 | - |
| YUV | 67.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 12 | 0 | 0.80 | 0.93 | 0.37 | 8.11 | 0.86 | 0.34 |
| Hex | A0 | 20 | C | 0 | 50 | 5D | 25 | 8 | 56 | 22 |
| Octal | 240 | 40 | 14 | 0 | 120 | 135 | 45 | 10 | 126 | 42 |
| Binary | 10100000 | 100000 | 1100 | 0 | 1010000 | 1011101 | 100101 | 1000 | 1010110 | 100010 |
Color Harmonies of #A0200C
Complementary color
Monochromatic Colors of #A0200C
Black with #A0200C
Text Example
Text Example
White with #A0200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0200C; }
p { color: rgb(160,32,12); }
H1.HeaderClassName
{
color: #A0200C;
}
.AnyTagClassName
{
color: #A0200C;
}
</style>
background-color css
<style>
a { background-color: #A0200C; }
a { background-color: rgb(160,32,12); }
div.DivClassName
{
background-color: #A0200C;
}
.BgClassName
{
background-color: #A0200C;
}
</style>
border-color css
<style>
span { border-color: #A0200C; }
span { border-color: rgb(160,32,12); }
td.TdClassName
{
border-color: #A0200C;
}
.TagClassName
{
border-color: #A0200C;
}
</style>