Shades of Brick Red #B72D39
Tints of Brick Red #B72D39
RGB
CMYK
RGB Variations
Color information
#B72D39 (or 0xB72D39) is known color: Brick Red. HEX triplet: B7, 2D and 39. RGB value is (183,45,57). Sum of RGB (Red+Green+Blue) = 183+45+57=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D39 is #48D2C6. Grayscale: #575757. Windows color (decimal): -4772551 or 3747255. OLE color: 3747255.
HSL color Cylindrical-coordinate representation of color #B72D39: hue angle of 354.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D39 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 57 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.28 |
| HSL | 354.78º | 0.61% | 0.45% | - |
| HSV(B) | 354.78º | 0.75% | 0.72% | - |
| XYZ | 21.21 | 12.24 | 5.12 | - |
| YUV | 87.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 57 | 0 | 0.75 | 0.69 | 0.28 | 354.78 | 0.61 | 0.45 |
| Hex | B7 | 2D | 39 | 0 | 4B | 45 | 1C | 163 | 3D | 2D |
| Octal | 267 | 55 | 71 | 0 | 113 | 105 | 34 | 543 | 75 | 55 |
| Binary | 10110111 | 101101 | 111001 | 0 | 1001011 | 1000101 | 11100 | 101100011 | 111101 | 101101 |
Color Harmonies of #B72D39
Complementary color
Monochromatic Colors of #B72D39
Black with #B72D39
Text Example
Text Example
White with #B72D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D39; }
p { color: rgb(183,45,57); }
H1.HeaderClassName
{
color: #B72D39;
}
.AnyTagClassName
{
color: #B72D39;
}
</style>
background-color css
<style>
a { background-color: #B72D39; }
a { background-color: rgb(183,45,57); }
div.DivClassName
{
background-color: #B72D39;
}
.BgClassName
{
background-color: #B72D39;
}
</style>
border-color css
<style>
span { border-color: #B72D39; }
span { border-color: rgb(183,45,57); }
td.TdClassName
{
border-color: #B72D39;
}
.TagClassName
{
border-color: #B72D39;
}
</style>