Shades of Fire Brick #A0200B
Tints of Fire Brick #A0200B
RGB
CMYK
RGB Variations
Color information
#A0200B (or 0xA0200B) is known color: Fire Brick. HEX triplet: A0, 20 and 0B. RGB value is (160,32,11). Sum of RGB (Red+Green+Blue) = 160+32+11=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A0200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0200B is #5FDFF4. Grayscale: #444444. Windows color (decimal): -6283253 or 729248. OLE color: 729248.
HSL color Cylindrical-coordinate representation of color #A0200B: hue angle of 8.46º degrees, saturation: 0.87, 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 #A0200B is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 11 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.37 |
| HSL | 8.46º | 0.87% | 0.34% | - |
| HSV(B) | 8.46º | 0.93% | 0.63% | - |
| XYZ | 15.07 | 8.53 | 1.17 | - |
| YUV | 67.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 11 | 0 | 0.80 | 0.93 | 0.37 | 8.46 | 0.87 | 0.34 |
| Hex | A0 | 20 | B | 0 | 50 | 5D | 25 | 8 | 57 | 22 |
| Octal | 240 | 40 | 13 | 0 | 120 | 135 | 45 | 10 | 127 | 42 |
| Binary | 10100000 | 100000 | 1011 | 0 | 1010000 | 1011101 | 100101 | 1000 | 1010111 | 100010 |
Color Harmonies of #A0200B
Complementary color
Monochromatic Colors of #A0200B
Black with #A0200B
Text Example
Text Example
White with #A0200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0200B; }
p { color: rgb(160,32,11); }
H1.HeaderClassName
{
color: #A0200B;
}
.AnyTagClassName
{
color: #A0200B;
}
</style>
background-color css
<style>
a { background-color: #A0200B; }
a { background-color: rgb(160,32,11); }
div.DivClassName
{
background-color: #A0200B;
}
.BgClassName
{
background-color: #A0200B;
}
</style>
border-color css
<style>
span { border-color: #A0200B; }
span { border-color: rgb(160,32,11); }
td.TdClassName
{
border-color: #A0200B;
}
.TagClassName
{
border-color: #A0200B;
}
</style>