Shades of Cardinal #B71447
Tints of Cardinal #B71447
RGB
CMYK
RGB Variations
Color information
#B71447 (or 0xB71447) is known color: Cardinal. HEX triplet: B7, 14 and 47. RGB value is (183,20,71). Sum of RGB (Red+Green+Blue) = 183+20+71=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B71447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71447 is #48EBB8. Grayscale: #4A4A4A. Windows color (decimal): -4778937 or 4658359. OLE color: 4658359.
HSL color Cylindrical-coordinate representation of color #B71447: hue angle of 341.23º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71447 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 71 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.28 |
| HSL | 341.23º | 0.8% | 0.4% | - |
| HSV(B) | 341.23º | 0.89% | 0.72% | - |
| XYZ | 20.92 | 11.02 | 6.99 | - |
| YUV | 74.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 71 | 0 | 0.89 | 0.61 | 0.28 | 341.23 | 0.8 | 0.4 |
| Hex | B7 | 14 | 47 | 0 | 59 | 3D | 1C | 155 | 50 | 28 |
| Octal | 267 | 24 | 107 | 0 | 131 | 75 | 34 | 525 | 120 | 50 |
| Binary | 10110111 | 10100 | 1000111 | 0 | 1011001 | 111101 | 11100 | 101010101 | 1010000 | 101000 |
Color Harmonies of #B71447
Complementary color
Monochromatic Colors of #B71447
Black with #B71447
Text Example
Text Example
White with #B71447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71447; }
p { color: rgb(183,20,71); }
H1.HeaderClassName
{
color: #B71447;
}
.AnyTagClassName
{
color: #B71447;
}
</style>
background-color css
<style>
a { background-color: #B71447; }
a { background-color: rgb(183,20,71); }
div.DivClassName
{
background-color: #B71447;
}
.BgClassName
{
background-color: #B71447;
}
</style>
border-color css
<style>
span { border-color: #B71447; }
span { border-color: rgb(183,20,71); }
td.TdClassName
{
border-color: #B71447;
}
.TagClassName
{
border-color: #B71447;
}
</style>