Shades of Cardinal #B71C46
Tints of Cardinal #B71C46
RGB
CMYK
RGB Variations
Color information
#B71C46 (or 0xB71C46) is known color: Cardinal. HEX triplet: B7, 1C and 46. RGB value is (183,28,70). Sum of RGB (Red+Green+Blue) = 183+28+70=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C46 is #48E3B9. Grayscale: #4F4F4F. Windows color (decimal): -4776890 or 4594871. OLE color: 4594871.
HSL color Cylindrical-coordinate representation of color #B71C46: hue angle of 343.74º 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 #B71C46 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 70 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.28 |
| HSL | 343.74º | 0.73% | 0.41% | - |
| HSV(B) | 343.74º | 0.85% | 0.72% | - |
| XYZ | 21.05 | 11.34 | 6.87 | - |
| YUV | 79.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 70 | 0 | 0.85 | 0.62 | 0.28 | 343.74 | 0.73 | 0.41 |
| Hex | B7 | 1C | 46 | 0 | 55 | 3E | 1C | 158 | 49 | 29 |
| Octal | 267 | 34 | 106 | 0 | 125 | 76 | 34 | 530 | 111 | 51 |
| Binary | 10110111 | 11100 | 1000110 | 0 | 1010101 | 111110 | 11100 | 101011000 | 1001001 | 101001 |
Color Harmonies of #B71C46
Complementary color
Monochromatic Colors of #B71C46
Black with #B71C46
Text Example
Text Example
White with #B71C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C46; }
p { color: rgb(183,28,70); }
H1.HeaderClassName
{
color: #B71C46;
}
.AnyTagClassName
{
color: #B71C46;
}
</style>
background-color css
<style>
a { background-color: #B71C46; }
a { background-color: rgb(183,28,70); }
div.DivClassName
{
background-color: #B71C46;
}
.BgClassName
{
background-color: #B71C46;
}
</style>
border-color css
<style>
span { border-color: #B71C46; }
span { border-color: rgb(183,28,70); }
td.TdClassName
{
border-color: #B71C46;
}
.TagClassName
{
border-color: #B71C46;
}
</style>