Shades of Fire Brick #A0200A
Tints of Fire Brick #A0200A
RGB
CMYK
RGB Variations
Color information
#A0200A (or 0xA0200A) is known color: Fire Brick. HEX triplet: A0, 20 and 0A. RGB value is (160,32,10). Sum of RGB (Red+Green+Blue) = 160+32+10=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A0200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0200A is #5FDFF5. Grayscale: #434343. Windows color (decimal): -6283254 or 663712. OLE color: 663712.
HSL color Cylindrical-coordinate representation of color #A0200A: hue angle of 8.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0200A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.37 |
| HSL | 8.8º | 0.88% | 0.33% | - |
| HSV(B) | 8.8º | 0.94% | 0.63% | - |
| XYZ | 15.07 | 8.53 | 1.14 | - |
| YUV | 67.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 10 | 0 | 0.80 | 0.94 | 0.37 | 8.8 | 0.88 | 0.33 |
| Hex | A0 | 20 | A | 0 | 50 | 5E | 25 | 9 | 58 | 21 |
| Octal | 240 | 40 | 12 | 0 | 120 | 136 | 45 | 11 | 130 | 41 |
| Binary | 10100000 | 100000 | 1010 | 0 | 1010000 | 1011110 | 100101 | 1001 | 1011000 | 100001 |
Color Harmonies of #A0200A
Complementary color
Monochromatic Colors of #A0200A
Black with #A0200A
Text Example
Text Example
White with #A0200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0200A; }
p { color: rgb(160,32,10); }
H1.HeaderClassName
{
color: #A0200A;
}
.AnyTagClassName
{
color: #A0200A;
}
</style>
background-color css
<style>
a { background-color: #A0200A; }
a { background-color: rgb(160,32,10); }
div.DivClassName
{
background-color: #A0200A;
}
.BgClassName
{
background-color: #A0200A;
}
</style>
border-color css
<style>
span { border-color: #A0200A; }
span { border-color: rgb(160,32,10); }
td.TdClassName
{
border-color: #A0200A;
}
.TagClassName
{
border-color: #A0200A;
}
</style>