Shades of Cardinal #B71942
Tints of Cardinal #B71942
RGB
CMYK
RGB Variations
Color information
#B71942 (or 0xB71942) is known color: Cardinal. HEX triplet: B7, 19 and 42. RGB value is (183,25,66). Sum of RGB (Red+Green+Blue) = 183+25+66=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B71942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71942 is #48E6BD. Grayscale: #4C4C4C. Windows color (decimal): -4777662 or 4331959. OLE color: 4331959.
HSL color Cylindrical-coordinate representation of color #B71942: hue angle of 344.43º 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 #B71942 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 66 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.28 |
| HSL | 344.43º | 0.76% | 0.41% | - |
| HSV(B) | 344.43º | 0.86% | 0.72% | - |
| XYZ | 20.86 | 11.16 | 6.21 | - |
| YUV | 76.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 66 | 0 | 0.86 | 0.64 | 0.28 | 344.43 | 0.76 | 0.41 |
| Hex | B7 | 19 | 42 | 0 | 56 | 40 | 1C | 158 | 4C | 29 |
| Octal | 267 | 31 | 102 | 0 | 126 | 100 | 34 | 530 | 114 | 51 |
| Binary | 10110111 | 11001 | 1000010 | 0 | 1010110 | 1000000 | 11100 | 101011000 | 1001100 | 101001 |
Color Harmonies of #B71942
Complementary color
Monochromatic Colors of #B71942
Black with #B71942
Text Example
Text Example
White with #B71942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71942; }
p { color: rgb(183,25,66); }
H1.HeaderClassName
{
color: #B71942;
}
.AnyTagClassName
{
color: #B71942;
}
</style>
background-color css
<style>
a { background-color: #B71942; }
a { background-color: rgb(183,25,66); }
div.DivClassName
{
background-color: #B71942;
}
.BgClassName
{
background-color: #B71942;
}
</style>
border-color css
<style>
span { border-color: #B71942; }
span { border-color: rgb(183,25,66); }
td.TdClassName
{
border-color: #B71942;
}
.TagClassName
{
border-color: #B71942;
}
</style>