Shades of Brick Red #B72F40
Tints of Brick Red #B72F40
RGB
CMYK
RGB Variations
Color information
#B72F40 (or 0xB72F40) is known color: Brick Red. HEX triplet: B7, 2F and 40. RGB value is (183,47,64). Sum of RGB (Red+Green+Blue) = 183+47+64=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72F40 is #48D0BF. Grayscale: #595959. Windows color (decimal): -4772032 or 4206519. OLE color: 4206519.
HSL color Cylindrical-coordinate representation of color #B72F40: hue angle of 352.5º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F40 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 64 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.28 |
| HSL | 352.5º | 0.59% | 0.45% | - |
| HSV(B) | 352.5º | 0.74% | 0.72% | - |
| XYZ | 21.47 | 12.47 | 6.13 | - |
| YUV | 89.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 64 | 0 | 0.74 | 0.65 | 0.28 | 352.5 | 0.59 | 0.45 |
| Hex | B7 | 2F | 40 | 0 | 4A | 41 | 1C | 160 | 3B | 2D |
| Octal | 267 | 57 | 100 | 0 | 112 | 101 | 34 | 540 | 73 | 55 |
| Binary | 10110111 | 101111 | 1000000 | 0 | 1001010 | 1000001 | 11100 | 101100000 | 111011 | 101101 |
Color Harmonies of #B72F40
Complementary color
Monochromatic Colors of #B72F40
Black with #B72F40
Text Example
Text Example
White with #B72F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F40; }
p { color: rgb(183,47,64); }
H1.HeaderClassName
{
color: #B72F40;
}
.AnyTagClassName
{
color: #B72F40;
}
</style>
background-color css
<style>
a { background-color: #B72F40; }
a { background-color: rgb(183,47,64); }
div.DivClassName
{
background-color: #B72F40;
}
.BgClassName
{
background-color: #B72F40;
}
</style>
border-color css
<style>
span { border-color: #B72F40; }
span { border-color: rgb(183,47,64); }
td.TdClassName
{
border-color: #B72F40;
}
.TagClassName
{
border-color: #B72F40;
}
</style>