Shades of Cardinal #B71849
Tints of Cardinal #B71849
RGB
CMYK
RGB Variations
Color information
#B71849 (or 0xB71849) is known color: Cardinal. HEX triplet: B7, 18 and 49. RGB value is (183,24,73). Sum of RGB (Red+Green+Blue) = 183+24+73=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B71849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71849 is #48E7B6. Grayscale: #4D4D4D. Windows color (decimal): -4777911 or 4790455. OLE color: 4790455.
HSL color Cylindrical-coordinate representation of color #B71849: hue angle of 341.51º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71849 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 73 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.28 |
| HSL | 341.51º | 0.77% | 0.41% | - |
| HSV(B) | 341.51º | 0.87% | 0.72% | - |
| XYZ | 21.06 | 11.2 | 7.36 | - |
| YUV | 77.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 73 | 0 | 0.87 | 0.60 | 0.28 | 341.51 | 0.77 | 0.41 |
| Hex | B7 | 18 | 49 | 0 | 57 | 3C | 1C | 156 | 4D | 29 |
| Octal | 267 | 30 | 111 | 0 | 127 | 74 | 34 | 526 | 115 | 51 |
| Binary | 10110111 | 11000 | 1001001 | 0 | 1010111 | 111100 | 11100 | 101010110 | 1001101 | 101001 |
Color Harmonies of #B71849
Complementary color
Monochromatic Colors of #B71849
Black with #B71849
Text Example
Text Example
White with #B71849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71849; }
p { color: rgb(183,24,73); }
H1.HeaderClassName
{
color: #B71849;
}
.AnyTagClassName
{
color: #B71849;
}
</style>
background-color css
<style>
a { background-color: #B71849; }
a { background-color: rgb(183,24,73); }
div.DivClassName
{
background-color: #B71849;
}
.BgClassName
{
background-color: #B71849;
}
</style>
border-color css
<style>
span { border-color: #B71849; }
span { border-color: rgb(183,24,73); }
td.TdClassName
{
border-color: #B71849;
}
.TagClassName
{
border-color: #B71849;
}
</style>