Shades of Fire Brick #B0200A
Tints of Fire Brick #B0200A
RGB
CMYK
RGB Variations
Color information
#B0200A (or 0xB0200A) is known color: Fire Brick. HEX triplet: B0, 20 and 0A. RGB value is (176,32,10). Sum of RGB (Red+Green+Blue) = 176+32+10=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B0200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0200A is #4FDFF5. Grayscale: #484848. Windows color (decimal): -5234678 or 663728. OLE color: 663728.
HSL color Cylindrical-coordinate representation of color #B0200A: hue angle of 7.95º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0200A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.31 |
| HSL | 7.95º | 0.89% | 0.36% | - |
| HSV(B) | 7.95º | 0.94% | 0.69% | - |
| XYZ | 18.48 | 10.29 | 1.3 | - |
| YUV | 72.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 10 | 0 | 0.82 | 0.94 | 0.31 | 7.95 | 0.89 | 0.36 |
| Hex | B0 | 20 | A | 0 | 52 | 5E | 1F | 8 | 59 | 24 |
| Octal | 260 | 40 | 12 | 0 | 122 | 136 | 37 | 10 | 131 | 44 |
| Binary | 10110000 | 100000 | 1010 | 0 | 1010010 | 1011110 | 11111 | 1000 | 1011001 | 100100 |
Color Harmonies of #B0200A
Complementary color
Monochromatic Colors of #B0200A
Black with #B0200A
Text Example
Text Example
White with #B0200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0200A; }
p { color: rgb(176,32,10); }
H1.HeaderClassName
{
color: #B0200A;
}
.AnyTagClassName
{
color: #B0200A;
}
</style>
background-color css
<style>
a { background-color: #B0200A; }
a { background-color: rgb(176,32,10); }
div.DivClassName
{
background-color: #B0200A;
}
.BgClassName
{
background-color: #B0200A;
}
</style>
border-color css
<style>
span { border-color: #B0200A; }
span { border-color: rgb(176,32,10); }
td.TdClassName
{
border-color: #B0200A;
}
.TagClassName
{
border-color: #B0200A;
}
</style>