Shades of Fire Brick #B02A11
Tints of Fire Brick #B02A11
RGB
CMYK
RGB Variations
Color information
#B02A11 (or 0xB02A11) is known color: Fire Brick. HEX triplet: B0, 2A and 11. RGB value is (176,42,17). Sum of RGB (Red+Green+Blue) = 176+42+17=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A11 is #4FD5EE. Grayscale: #4F4F4F. Windows color (decimal): -5232111 or 1125040. OLE color: 1125040.
HSL color Cylindrical-coordinate representation of color #B02A11: hue angle of 9.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B02A11 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 17 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.31 |
| HSL | 9.43º | 0.82% | 0.38% | - |
| HSV(B) | 9.43º | 0.9% | 0.69% | - |
| XYZ | 18.83 | 10.93 | 1.65 | - |
| YUV | 79.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 17 | 0 | 0.76 | 0.90 | 0.31 | 9.43 | 0.82 | 0.38 |
| Hex | B0 | 2A | 11 | 0 | 4C | 5A | 1F | 9 | 52 | 26 |
| Octal | 260 | 52 | 21 | 0 | 114 | 132 | 37 | 11 | 122 | 46 |
| Binary | 10110000 | 101010 | 10001 | 0 | 1001100 | 1011010 | 11111 | 1001 | 1010010 | 100110 |
Color Harmonies of #B02A11
Complementary color
Monochromatic Colors of #B02A11
Black with #B02A11
Text Example
Text Example
White with #B02A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A11; }
p { color: rgb(176,42,17); }
H1.HeaderClassName
{
color: #B02A11;
}
.AnyTagClassName
{
color: #B02A11;
}
</style>
background-color css
<style>
a { background-color: #B02A11; }
a { background-color: rgb(176,42,17); }
div.DivClassName
{
background-color: #B02A11;
}
.BgClassName
{
background-color: #B02A11;
}
</style>
border-color css
<style>
span { border-color: #B02A11; }
span { border-color: rgb(176,42,17); }
td.TdClassName
{
border-color: #B02A11;
}
.TagClassName
{
border-color: #B02A11;
}
</style>