Shades of Brick Red #B72C40
Tints of Brick Red #B72C40
RGB
CMYK
RGB Variations
Color information
#B72C40 (or 0xB72C40) is known color: Brick Red. HEX triplet: B7, 2C and 40. RGB value is (183,44,64). Sum of RGB (Red+Green+Blue) = 183+44+64=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C40 is #48D3BF. Grayscale: #575757. Windows color (decimal): -4772800 or 4205751. OLE color: 4205751.
HSL color Cylindrical-coordinate representation of color #B72C40: hue angle of 351.37º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C40 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 64 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.28 |
| HSL | 351.37º | 0.61% | 0.45% | - |
| HSV(B) | 351.37º | 0.76% | 0.72% | - |
| XYZ | 21.35 | 12.24 | 6.09 | - |
| YUV | 87.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 64 | 0 | 0.76 | 0.65 | 0.28 | 351.37 | 0.61 | 0.45 |
| Hex | B7 | 2C | 40 | 0 | 4C | 41 | 1C | 15F | 3D | 2D |
| Octal | 267 | 54 | 100 | 0 | 114 | 101 | 34 | 537 | 75 | 55 |
| Binary | 10110111 | 101100 | 1000000 | 0 | 1001100 | 1000001 | 11100 | 101011111 | 111101 | 101101 |
Color Harmonies of #B72C40
Complementary color
Monochromatic Colors of #B72C40
Black with #B72C40
Text Example
Text Example
White with #B72C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C40; }
p { color: rgb(183,44,64); }
H1.HeaderClassName
{
color: #B72C40;
}
.AnyTagClassName
{
color: #B72C40;
}
</style>
background-color css
<style>
a { background-color: #B72C40; }
a { background-color: rgb(183,44,64); }
div.DivClassName
{
background-color: #B72C40;
}
.BgClassName
{
background-color: #B72C40;
}
</style>
border-color css
<style>
span { border-color: #B72C40; }
span { border-color: rgb(183,44,64); }
td.TdClassName
{
border-color: #B72C40;
}
.TagClassName
{
border-color: #B72C40;
}
</style>