Shades of Cardinal #B72144
Tints of Cardinal #B72144
RGB
CMYK
RGB Variations
Color information
#B72144 (or 0xB72144) is known color: Cardinal. HEX triplet: B7, 21 and 44. RGB value is (183,33,68). Sum of RGB (Red+Green+Blue) = 183+33+68=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B72144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72144 is #48DEBB. Grayscale: #515151. Windows color (decimal): -4775612 or 4465079. OLE color: 4465079.
HSL color Cylindrical-coordinate representation of color #B72144: hue angle of 346º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72144 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 68 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.28 |
| HSL | 346º | 0.69% | 0.42% | - |
| HSV(B) | 346º | 0.82% | 0.72% | - |
| XYZ | 21.12 | 11.57 | 6.59 | - |
| YUV | 81.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 68 | 0 | 0.82 | 0.63 | 0.28 | 346 | 0.69 | 0.42 |
| Hex | B7 | 21 | 44 | 0 | 52 | 3F | 1C | 15A | 45 | 2A |
| Octal | 267 | 41 | 104 | 0 | 122 | 77 | 34 | 532 | 105 | 52 |
| Binary | 10110111 | 100001 | 1000100 | 0 | 1010010 | 111111 | 11100 | 101011010 | 1000101 | 101010 |
Color Harmonies of #B72144
Complementary color
Monochromatic Colors of #B72144
Black with #B72144
Text Example
Text Example
White with #B72144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72144; }
p { color: rgb(183,33,68); }
H1.HeaderClassName
{
color: #B72144;
}
.AnyTagClassName
{
color: #B72144;
}
</style>
background-color css
<style>
a { background-color: #B72144; }
a { background-color: rgb(183,33,68); }
div.DivClassName
{
background-color: #B72144;
}
.BgClassName
{
background-color: #B72144;
}
</style>
border-color css
<style>
span { border-color: #B72144; }
span { border-color: rgb(183,33,68); }
td.TdClassName
{
border-color: #B72144;
}
.TagClassName
{
border-color: #B72144;
}
</style>