Shades of Fire Brick #B72D1B
Tints of Fire Brick #B72D1B
RGB
CMYK
RGB Variations
Color information
#B72D1B (or 0xB72D1B) is known color: Fire Brick. HEX triplet: B7, 2D and 1B. RGB value is (183,45,27). Sum of RGB (Red+Green+Blue) = 183+45+27=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D1B is #48D2E4. Grayscale: #545454. Windows color (decimal): -4772581 or 1781175. OLE color: 1781175.
HSL color Cylindrical-coordinate representation of color #B72D1B: hue angle of 6.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B72D1B is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 27 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.28 |
| HSL | 6.92º | 0.74% | 0.41% | - |
| HSV(B) | 6.92º | 0.85% | 0.72% | - |
| XYZ | 20.66 | 12.02 | 2.27 | - |
| YUV | 84.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 27 | 0 | 0.75 | 0.85 | 0.28 | 6.92 | 0.74 | 0.41 |
| Hex | B7 | 2D | 1B | 0 | 4B | 55 | 1C | 7 | 4A | 29 |
| Octal | 267 | 55 | 33 | 0 | 113 | 125 | 34 | 7 | 112 | 51 |
| Binary | 10110111 | 101101 | 11011 | 0 | 1001011 | 1010101 | 11100 | 111 | 1001010 | 101001 |
Color Harmonies of #B72D1B
Complementary color
Monochromatic Colors of #B72D1B
Black with #B72D1B
Text Example
Text Example
White with #B72D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D1B; }
p { color: rgb(183,45,27); }
H1.HeaderClassName
{
color: #B72D1B;
}
.AnyTagClassName
{
color: #B72D1B;
}
</style>
background-color css
<style>
a { background-color: #B72D1B; }
a { background-color: rgb(183,45,27); }
div.DivClassName
{
background-color: #B72D1B;
}
.BgClassName
{
background-color: #B72D1B;
}
</style>
border-color css
<style>
span { border-color: #B72D1B; }
span { border-color: rgb(183,45,27); }
td.TdClassName
{
border-color: #B72D1B;
}
.TagClassName
{
border-color: #B72D1B;
}
</style>