Shades of Cardinal #B71946
Tints of Cardinal #B71946
RGB
CMYK
RGB Variations
Color information
#B71946 (or 0xB71946) is known color: Cardinal. HEX triplet: B7, 19 and 46. RGB value is (183,25,70). Sum of RGB (Red+Green+Blue) = 183+25+70=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71946 is #48E6B9. Grayscale: #4D4D4D. Windows color (decimal): -4777658 or 4594103. OLE color: 4594103.
HSL color Cylindrical-coordinate representation of color #B71946: hue angle of 342.91º 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 #B71946 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 70 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.28 |
| HSL | 342.91º | 0.76% | 0.41% | - |
| HSV(B) | 342.91º | 0.86% | 0.72% | - |
| XYZ | 20.98 | 11.2 | 6.85 | - |
| YUV | 77.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 70 | 0 | 0.86 | 0.62 | 0.28 | 342.91 | 0.76 | 0.41 |
| Hex | B7 | 19 | 46 | 0 | 56 | 3E | 1C | 157 | 4C | 29 |
| Octal | 267 | 31 | 106 | 0 | 126 | 76 | 34 | 527 | 114 | 51 |
| Binary | 10110111 | 11001 | 1000110 | 0 | 1010110 | 111110 | 11100 | 101010111 | 1001100 | 101001 |
Color Harmonies of #B71946
Complementary color
Monochromatic Colors of #B71946
Black with #B71946
Text Example
Text Example
White with #B71946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71946; }
p { color: rgb(183,25,70); }
H1.HeaderClassName
{
color: #B71946;
}
.AnyTagClassName
{
color: #B71946;
}
</style>
background-color css
<style>
a { background-color: #B71946; }
a { background-color: rgb(183,25,70); }
div.DivClassName
{
background-color: #B71946;
}
.BgClassName
{
background-color: #B71946;
}
</style>
border-color css
<style>
span { border-color: #B71946; }
span { border-color: rgb(183,25,70); }
td.TdClassName
{
border-color: #B71946;
}
.TagClassName
{
border-color: #B71946;
}
</style>