Shades of Fire Brick #B72B2B
Tints of Fire Brick #B72B2B
RGB
CMYK
RGB Variations
Color information
#B72B2B (or 0xB72B2B) is known color: Fire Brick. HEX triplet: B7, 2B and 2B. RGB value is (183,43,43). Sum of RGB (Red+Green+Blue) = 183+43+43=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72B2B is #48D4D4. Grayscale: #555555. Windows color (decimal): -4773077 or 2829239. OLE color: 2829239.
HSL color Cylindrical-coordinate representation of color #B72B2B: hue angle of 0º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B2B is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 43 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.28 |
| HSL | 0º | 0.62% | 0.44% | - |
| HSV(B) | 0º | 0.77% | 0.72% | - |
| XYZ | 20.83 | 11.97 | 3.5 | - |
| YUV | 84.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 43 | 0 | 0.77 | 0.77 | 0.28 | 0 | 0.62 | 0.44 |
| Hex | B7 | 2B | 2B | 0 | 4D | 4D | 1C | 0 | 3E | 2C |
| Octal | 267 | 53 | 53 | 0 | 115 | 115 | 34 | 0 | 76 | 54 |
| Binary | 10110111 | 101011 | 101011 | 0 | 1001101 | 1001101 | 11100 | 0 | 111110 | 101100 |
Color Harmonies of #B72B2B
Complementary color
Monochromatic Colors of #B72B2B
Black with #B72B2B
Text Example
Text Example
White with #B72B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72B2B; }
p { color: rgb(183,43,43); }
H1.HeaderClassName
{
color: #B72B2B;
}
.AnyTagClassName
{
color: #B72B2B;
}
</style>
background-color css
<style>
a { background-color: #B72B2B; }
a { background-color: rgb(183,43,43); }
div.DivClassName
{
background-color: #B72B2B;
}
.BgClassName
{
background-color: #B72B2B;
}
</style>
border-color css
<style>
span { border-color: #B72B2B; }
span { border-color: rgb(183,43,43); }
td.TdClassName
{
border-color: #B72B2B;
}
.TagClassName
{
border-color: #B72B2B;
}
</style>