Shades of Cardinal #B71947
Tints of Cardinal #B71947
RGB
CMYK
RGB Variations
Color information
#B71947 (or 0xB71947) is known color: Cardinal. HEX triplet: B7, 19 and 47. RGB value is (183,25,71). Sum of RGB (Red+Green+Blue) = 183+25+71=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B71947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71947 is #48E6B8. Grayscale: #4D4D4D. Windows color (decimal): -4777657 or 4659639. OLE color: 4659639.
HSL color Cylindrical-coordinate representation of color #B71947: hue angle of 342.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71947 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 71 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.28 |
| HSL | 342.53º | 0.76% | 0.41% | - |
| HSV(B) | 342.53º | 0.86% | 0.72% | - |
| XYZ | 21.01 | 11.22 | 7.02 | - |
| YUV | 77.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 71 | 0 | 0.86 | 0.61 | 0.28 | 342.53 | 0.76 | 0.41 |
| Hex | B7 | 19 | 47 | 0 | 56 | 3D | 1C | 157 | 4C | 29 |
| Octal | 267 | 31 | 107 | 0 | 126 | 75 | 34 | 527 | 114 | 51 |
| Binary | 10110111 | 11001 | 1000111 | 0 | 1010110 | 111101 | 11100 | 101010111 | 1001100 | 101001 |
Color Harmonies of #B71947
Complementary color
Monochromatic Colors of #B71947
Black with #B71947
Text Example
Text Example
White with #B71947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71947; }
p { color: rgb(183,25,71); }
H1.HeaderClassName
{
color: #B71947;
}
.AnyTagClassName
{
color: #B71947;
}
</style>
background-color css
<style>
a { background-color: #B71947; }
a { background-color: rgb(183,25,71); }
div.DivClassName
{
background-color: #B71947;
}
.BgClassName
{
background-color: #B71947;
}
</style>
border-color css
<style>
span { border-color: #B71947; }
span { border-color: rgb(183,25,71); }
td.TdClassName
{
border-color: #B71947;
}
.TagClassName
{
border-color: #B71947;
}
</style>