Shades of Fire Brick #B02017
Tints of Fire Brick #B02017
RGB
CMYK
RGB Variations
Color information
#B02017 (or 0xB02017) is known color: Fire Brick. HEX triplet: B0, 20 and 17. RGB value is (176,32,23). Sum of RGB (Red+Green+Blue) = 176+32+23=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B02017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02017 is #4FDFE8. Grayscale: #4A4A4A. Windows color (decimal): -5234665 or 1515696. OLE color: 1515696.
HSL color Cylindrical-coordinate representation of color #B02017: hue angle of 3.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B02017 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 23 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.31 |
| HSL | 3.53º | 0.77% | 0.39% | - |
| HSV(B) | 3.53º | 0.87% | 0.69% | - |
| XYZ | 18.58 | 10.32 | 1.82 | - |
| YUV | 74.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 23 | 0 | 0.82 | 0.87 | 0.31 | 3.53 | 0.77 | 0.39 |
| Hex | B0 | 20 | 17 | 0 | 52 | 57 | 1F | 4 | 4D | 27 |
| Octal | 260 | 40 | 27 | 0 | 122 | 127 | 37 | 4 | 115 | 47 |
| Binary | 10110000 | 100000 | 10111 | 0 | 1010010 | 1010111 | 11111 | 100 | 1001101 | 100111 |
Color Harmonies of #B02017
Complementary color
Monochromatic Colors of #B02017
Black with #B02017
Text Example
Text Example
White with #B02017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02017; }
p { color: rgb(176,32,23); }
H1.HeaderClassName
{
color: #B02017;
}
.AnyTagClassName
{
color: #B02017;
}
</style>
background-color css
<style>
a { background-color: #B02017; }
a { background-color: rgb(176,32,23); }
div.DivClassName
{
background-color: #B02017;
}
.BgClassName
{
background-color: #B02017;
}
</style>
border-color css
<style>
span { border-color: #B02017; }
span { border-color: rgb(176,32,23); }
td.TdClassName
{
border-color: #B02017;
}
.TagClassName
{
border-color: #B02017;
}
</style>