Shades of Cardinal #B72936
Tints of Cardinal #B72936
RGB
CMYK
RGB Variations
Color information
#B72936 (or 0xB72936) is known color: Cardinal. HEX triplet: B7, 29 and 36. RGB value is (183,41,54). Sum of RGB (Red+Green+Blue) = 183+41+54=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B72936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72936 is #48D6C9. Grayscale: #555555. Windows color (decimal): -4773578 or 3549623. OLE color: 3549623.
HSL color Cylindrical-coordinate representation of color #B72936: hue angle of 354.51º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72936 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 54 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.28 |
| HSL | 354.51º | 0.63% | 0.44% | - |
| HSV(B) | 354.51º | 0.78% | 0.72% | - |
| XYZ | 20.99 | 11.92 | 4.68 | - |
| YUV | 84.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 54 | 0 | 0.78 | 0.70 | 0.28 | 354.51 | 0.63 | 0.44 |
| Hex | B7 | 29 | 36 | 0 | 4E | 46 | 1C | 163 | 3F | 2C |
| Octal | 267 | 51 | 66 | 0 | 116 | 106 | 34 | 543 | 77 | 54 |
| Binary | 10110111 | 101001 | 110110 | 0 | 1001110 | 1000110 | 11100 | 101100011 | 111111 | 101100 |
Color Harmonies of #B72936
Complementary color
Monochromatic Colors of #B72936
Black with #B72936
Text Example
Text Example
White with #B72936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72936; }
p { color: rgb(183,41,54); }
H1.HeaderClassName
{
color: #B72936;
}
.AnyTagClassName
{
color: #B72936;
}
</style>
background-color css
<style>
a { background-color: #B72936; }
a { background-color: rgb(183,41,54); }
div.DivClassName
{
background-color: #B72936;
}
.BgClassName
{
background-color: #B72936;
}
</style>
border-color css
<style>
span { border-color: #B72936; }
span { border-color: rgb(183,41,54); }
td.TdClassName
{
border-color: #B72936;
}
.TagClassName
{
border-color: #B72936;
}
</style>