Shades of Cardinal #B72238
Tints of Cardinal #B72238
RGB
CMYK
RGB Variations
Color information
#B72238 (or 0xB72238) is known color: Cardinal. HEX triplet: B7, 22 and 38. RGB value is (183,34,56). Sum of RGB (Red+Green+Blue) = 183+34+56=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B72238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72238 is #48DDC7. Grayscale: #515151. Windows color (decimal): -4775368 or 3678903. OLE color: 3678903.
HSL color Cylindrical-coordinate representation of color #B72238: hue angle of 351.14º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72238 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 56 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.28 |
| HSL | 351.14º | 0.69% | 0.43% | - |
| HSV(B) | 351.14º | 0.81% | 0.72% | - |
| XYZ | 20.81 | 11.5 | 4.86 | - |
| YUV | 81.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 56 | 0 | 0.81 | 0.69 | 0.28 | 351.14 | 0.69 | 0.43 |
| Hex | B7 | 22 | 38 | 0 | 51 | 45 | 1C | 15F | 45 | 2B |
| Octal | 267 | 42 | 70 | 0 | 121 | 105 | 34 | 537 | 105 | 53 |
| Binary | 10110111 | 100010 | 111000 | 0 | 1010001 | 1000101 | 11100 | 101011111 | 1000101 | 101011 |
Color Harmonies of #B72238
Complementary color
Monochromatic Colors of #B72238
Black with #B72238
Text Example
Text Example
White with #B72238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72238; }
p { color: rgb(183,34,56); }
H1.HeaderClassName
{
color: #B72238;
}
.AnyTagClassName
{
color: #B72238;
}
</style>
background-color css
<style>
a { background-color: #B72238; }
a { background-color: rgb(183,34,56); }
div.DivClassName
{
background-color: #B72238;
}
.BgClassName
{
background-color: #B72238;
}
</style>
border-color css
<style>
span { border-color: #B72238; }
span { border-color: rgb(183,34,56); }
td.TdClassName
{
border-color: #B72238;
}
.TagClassName
{
border-color: #B72238;
}
</style>