Shades of Cardinal #B71944
Tints of Cardinal #B71944
RGB
CMYK
RGB Variations
Color information
#B71944 (or 0xB71944) is known color: Cardinal. HEX triplet: B7, 19 and 44. RGB value is (183,25,68). Sum of RGB (Red+Green+Blue) = 183+25+68=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71944 is #48E6BB. Grayscale: #4D4D4D. Windows color (decimal): -4777660 or 4463031. OLE color: 4463031.
HSL color Cylindrical-coordinate representation of color #B71944: hue angle of 343.67º 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 #B71944 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 68 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.28 |
| HSL | 343.67º | 0.76% | 0.41% | - |
| HSV(B) | 343.67º | 0.86% | 0.72% | - |
| XYZ | 20.92 | 11.18 | 6.52 | - |
| YUV | 77.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 68 | 0 | 0.86 | 0.63 | 0.28 | 343.67 | 0.76 | 0.41 |
| Hex | B7 | 19 | 44 | 0 | 56 | 3F | 1C | 158 | 4C | 29 |
| Octal | 267 | 31 | 104 | 0 | 126 | 77 | 34 | 530 | 114 | 51 |
| Binary | 10110111 | 11001 | 1000100 | 0 | 1010110 | 111111 | 11100 | 101011000 | 1001100 | 101001 |
Color Harmonies of #B71944
Complementary color
Monochromatic Colors of #B71944
Black with #B71944
Text Example
Text Example
White with #B71944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71944; }
p { color: rgb(183,25,68); }
H1.HeaderClassName
{
color: #B71944;
}
.AnyTagClassName
{
color: #B71944;
}
</style>
background-color css
<style>
a { background-color: #B71944; }
a { background-color: rgb(183,25,68); }
div.DivClassName
{
background-color: #B71944;
}
.BgClassName
{
background-color: #B71944;
}
</style>
border-color css
<style>
span { border-color: #B71944; }
span { border-color: rgb(183,25,68); }
td.TdClassName
{
border-color: #B71944;
}
.TagClassName
{
border-color: #B71944;
}
</style>