Shades of Fire Brick #B02B28
Tints of Fire Brick #B02B28
RGB
CMYK
RGB Variations
Color information
#B02B28 (or 0xB02B28) is known color: Fire Brick. HEX triplet: B0, 2B and 28. RGB value is (176,43,40). Sum of RGB (Red+Green+Blue) = 176+43+40=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B28 is #4FD4D7. Grayscale: #525252. Windows color (decimal): -5231832 or 2632624. OLE color: 2632624.
HSL color Cylindrical-coordinate representation of color #B02B28: hue angle of 1.32º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02B28 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 43 | 40 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.31 |
| HSL | 1.32º | 0.63% | 0.42% | - |
| HSV(B) | 1.32º | 0.77% | 0.69% | - |
| XYZ | 19.15 | 11.11 | 3.14 | - |
| YUV | 82.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 40 | 0 | 0.76 | 0.77 | 0.31 | 1.32 | 0.63 | 0.42 |
| Hex | B0 | 2B | 28 | 0 | 4C | 4D | 1F | 1 | 3F | 2A |
| Octal | 260 | 53 | 50 | 0 | 114 | 115 | 37 | 1 | 77 | 52 |
| Binary | 10110000 | 101011 | 101000 | 0 | 1001100 | 1001101 | 11111 | 1 | 111111 | 101010 |
Color Harmonies of #B02B28
Complementary color
Monochromatic Colors of #B02B28
Black with #B02B28
Text Example
Text Example
White with #B02B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02B28; }
p { color: rgb(176,43,40); }
H1.HeaderClassName
{
color: #B02B28;
}
.AnyTagClassName
{
color: #B02B28;
}
</style>
background-color css
<style>
a { background-color: #B02B28; }
a { background-color: rgb(176,43,40); }
div.DivClassName
{
background-color: #B02B28;
}
.BgClassName
{
background-color: #B02B28;
}
</style>
border-color css
<style>
span { border-color: #B02B28; }
span { border-color: rgb(176,43,40); }
td.TdClassName
{
border-color: #B02B28;
}
.TagClassName
{
border-color: #B02B28;
}
</style>