Shades of Cardinal #B71C47
Tints of Cardinal #B71C47
RGB
CMYK
RGB Variations
Color information
#B71C47 (or 0xB71C47) is known color: Cardinal. HEX triplet: B7, 1C and 47. RGB value is (183,28,71). Sum of RGB (Red+Green+Blue) = 183+28+71=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C47 is #48E3B8. Grayscale: #4F4F4F. Windows color (decimal): -4776889 or 4660407. OLE color: 4660407.
HSL color Cylindrical-coordinate representation of color #B71C47: hue angle of 343.35º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C47 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 71 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.28 |
| HSL | 343.35º | 0.73% | 0.41% | - |
| HSV(B) | 343.35º | 0.85% | 0.72% | - |
| XYZ | 21.08 | 11.35 | 7.04 | - |
| YUV | 79.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 71 | 0 | 0.85 | 0.61 | 0.28 | 343.35 | 0.73 | 0.41 |
| Hex | B7 | 1C | 47 | 0 | 55 | 3D | 1C | 157 | 49 | 29 |
| Octal | 267 | 34 | 107 | 0 | 125 | 75 | 34 | 527 | 111 | 51 |
| Binary | 10110111 | 11100 | 1000111 | 0 | 1010101 | 111101 | 11100 | 101010111 | 1001001 | 101001 |
Color Harmonies of #B71C47
Complementary color
Monochromatic Colors of #B71C47
Black with #B71C47
Text Example
Text Example
White with #B71C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C47; }
p { color: rgb(183,28,71); }
H1.HeaderClassName
{
color: #B71C47;
}
.AnyTagClassName
{
color: #B71C47;
}
</style>
background-color css
<style>
a { background-color: #B71C47; }
a { background-color: rgb(183,28,71); }
div.DivClassName
{
background-color: #B71C47;
}
.BgClassName
{
background-color: #B71C47;
}
</style>
border-color css
<style>
span { border-color: #B71C47; }
span { border-color: rgb(183,28,71); }
td.TdClassName
{
border-color: #B71C47;
}
.TagClassName
{
border-color: #B71C47;
}
</style>