Shades of Cardinal #B71047
Tints of Cardinal #B71047
RGB
CMYK
RGB Variations
Color information
#B71047 (or 0xB71047) is known color: Cardinal. HEX triplet: B7, 10 and 47. RGB value is (183,16,71). Sum of RGB (Red+Green+Blue) = 183+16+71=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B71047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71047 is #48EFB8. Grayscale: #484848. Windows color (decimal): -4779961 or 4657335. OLE color: 4657335.
HSL color Cylindrical-coordinate representation of color #B71047: hue angle of 340.24º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71047 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 71 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.28 |
| HSL | 340.24º | 0.84% | 0.39% | - |
| HSV(B) | 340.24º | 0.91% | 0.72% | - |
| XYZ | 20.85 | 10.89 | 6.96 | - |
| YUV | 72.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 71 | 0 | 0.91 | 0.61 | 0.28 | 340.24 | 0.84 | 0.39 |
| Hex | B7 | 10 | 47 | 0 | 5B | 3D | 1C | 154 | 54 | 27 |
| Octal | 267 | 20 | 107 | 0 | 133 | 75 | 34 | 524 | 124 | 47 |
| Binary | 10110111 | 10000 | 1000111 | 0 | 1011011 | 111101 | 11100 | 101010100 | 1010100 | 100111 |
Color Harmonies of #B71047
Complementary color
Monochromatic Colors of #B71047
Black with #B71047
Text Example
Text Example
White with #B71047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71047; }
p { color: rgb(183,16,71); }
H1.HeaderClassName
{
color: #B71047;
}
.AnyTagClassName
{
color: #B71047;
}
</style>
background-color css
<style>
a { background-color: #B71047; }
a { background-color: rgb(183,16,71); }
div.DivClassName
{
background-color: #B71047;
}
.BgClassName
{
background-color: #B71047;
}
</style>
border-color css
<style>
span { border-color: #B71047; }
span { border-color: rgb(183,16,71); }
td.TdClassName
{
border-color: #B71047;
}
.TagClassName
{
border-color: #B71047;
}
</style>