Shades of Fire Brick #B02001
Tints of Fire Brick #B02001
RGB
CMYK
RGB Variations
Color information
#B02001 (or 0xB02001) is known color: Fire Brick. HEX triplet: B0, 20 and 01. RGB value is (176,32,1). Sum of RGB (Red+Green+Blue) = 176+32+1=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B02001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02001 is #4FDFFE. Grayscale: #474747. Windows color (decimal): -5234687 or 73904. OLE color: 73904.
HSL color Cylindrical-coordinate representation of color #B02001: hue angle of 10.63º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B02001 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.31 |
| HSL | 10.63º | 0.99% | 0.35% | - |
| HSV(B) | 10.63º | 0.99% | 0.69% | - |
| XYZ | 18.43 | 10.27 | 1.04 | - |
| YUV | 71.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 1 | 0 | 0.82 | 0.99 | 0.31 | 10.63 | 0.99 | 0.35 |
| Hex | B0 | 20 | 1 | 0 | 52 | 63 | 1F | B | 63 | 23 |
| Octal | 260 | 40 | 1 | 0 | 122 | 143 | 37 | 13 | 143 | 43 |
| Binary | 10110000 | 100000 | 1 | 0 | 1010010 | 1100011 | 11111 | 1011 | 1100011 | 100011 |
Color Harmonies of #B02001
Complementary color
Monochromatic Colors of #B02001
Black with #B02001
Text Example
Text Example
White with #B02001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02001; }
p { color: rgb(176,32,1); }
H1.HeaderClassName
{
color: #B02001;
}
.AnyTagClassName
{
color: #B02001;
}
</style>
background-color css
<style>
a { background-color: #B02001; }
a { background-color: rgb(176,32,1); }
div.DivClassName
{
background-color: #B02001;
}
.BgClassName
{
background-color: #B02001;
}
</style>
border-color css
<style>
span { border-color: #B02001; }
span { border-color: rgb(176,32,1); }
td.TdClassName
{
border-color: #B02001;
}
.TagClassName
{
border-color: #B02001;
}
</style>