Shades of Cardinal #B71847
Tints of Cardinal #B71847
RGB
CMYK
RGB Variations
Color information
#B71847 (or 0xB71847) is known color: Cardinal. HEX triplet: B7, 18 and 47. RGB value is (183,24,71). Sum of RGB (Red+Green+Blue) = 183+24+71=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71847 is #48E7B8. Grayscale: #4C4C4C. Windows color (decimal): -4777913 or 4659383. OLE color: 4659383.
HSL color Cylindrical-coordinate representation of color #B71847: hue angle of 342.26º 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 #B71847 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 71 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.28 |
| HSL | 342.26º | 0.77% | 0.41% | - |
| HSV(B) | 342.26º | 0.87% | 0.72% | - |
| XYZ | 20.99 | 11.18 | 7.01 | - |
| YUV | 76.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 71 | 0 | 0.87 | 0.61 | 0.28 | 342.26 | 0.77 | 0.41 |
| Hex | B7 | 18 | 47 | 0 | 57 | 3D | 1C | 156 | 4D | 29 |
| Octal | 267 | 30 | 107 | 0 | 127 | 75 | 34 | 526 | 115 | 51 |
| Binary | 10110111 | 11000 | 1000111 | 0 | 1010111 | 111101 | 11100 | 101010110 | 1001101 | 101001 |
Color Harmonies of #B71847
Complementary color
Monochromatic Colors of #B71847
Black with #B71847
Text Example
Text Example
White with #B71847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71847; }
p { color: rgb(183,24,71); }
H1.HeaderClassName
{
color: #B71847;
}
.AnyTagClassName
{
color: #B71847;
}
</style>
background-color css
<style>
a { background-color: #B71847; }
a { background-color: rgb(183,24,71); }
div.DivClassName
{
background-color: #B71847;
}
.BgClassName
{
background-color: #B71847;
}
</style>
border-color css
<style>
span { border-color: #B71847; }
span { border-color: rgb(183,24,71); }
td.TdClassName
{
border-color: #B71847;
}
.TagClassName
{
border-color: #B71847;
}
</style>