Shades of Fire Brick #B02C20
Tints of Fire Brick #B02C20
RGB
CMYK
RGB Variations
Color information
#B02C20 (or 0xB02C20) is known color: Fire Brick. HEX triplet: B0, 2C and 20. RGB value is (176,44,32). Sum of RGB (Red+Green+Blue) = 176+44+32=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C20 is #4FD3DF. Grayscale: #525252. Windows color (decimal): -5231584 or 2108592. OLE color: 2108592.
HSL color Cylindrical-coordinate representation of color #B02C20: hue angle of 5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02C20 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 32 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.31 |
| HSL | 5º | 0.69% | 0.41% | - |
| HSV(B) | 5º | 0.82% | 0.69% | - |
| XYZ | 19.07 | 11.14 | 2.51 | - |
| YUV | 82.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 32 | 0 | 0.75 | 0.82 | 0.31 | 5 | 0.69 | 0.41 |
| Hex | B0 | 2C | 20 | 0 | 4B | 52 | 1F | 5 | 45 | 29 |
| Octal | 260 | 54 | 40 | 0 | 113 | 122 | 37 | 5 | 105 | 51 |
| Binary | 10110000 | 101100 | 100000 | 0 | 1001011 | 1010010 | 11111 | 101 | 1000101 | 101001 |
Color Harmonies of #B02C20
Complementary color
Monochromatic Colors of #B02C20
Black with #B02C20
Text Example
Text Example
White with #B02C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C20; }
p { color: rgb(176,44,32); }
H1.HeaderClassName
{
color: #B02C20;
}
.AnyTagClassName
{
color: #B02C20;
}
</style>
background-color css
<style>
a { background-color: #B02C20; }
a { background-color: rgb(176,44,32); }
div.DivClassName
{
background-color: #B02C20;
}
.BgClassName
{
background-color: #B02C20;
}
</style>
border-color css
<style>
span { border-color: #B02C20; }
span { border-color: rgb(176,44,32); }
td.TdClassName
{
border-color: #B02C20;
}
.TagClassName
{
border-color: #B02C20;
}
</style>