Shades of Cardinal #B71444
Tints of Cardinal #B71444
RGB
CMYK
RGB Variations
Color information
#B71444 (or 0xB71444) is known color: Cardinal. HEX triplet: B7, 14 and 44. RGB value is (183,20,68). Sum of RGB (Red+Green+Blue) = 183+20+68=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71444 is #48EBBB. Grayscale: #4A4A4A. Windows color (decimal): -4778940 or 4461751. OLE color: 4461751.
HSL color Cylindrical-coordinate representation of color #B71444: hue angle of 342.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71444 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 68 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.28 |
| HSL | 342.33º | 0.8% | 0.4% | - |
| HSV(B) | 342.33º | 0.89% | 0.72% | - |
| XYZ | 20.82 | 10.98 | 6.49 | - |
| YUV | 74.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 68 | 0 | 0.89 | 0.63 | 0.28 | 342.33 | 0.8 | 0.4 |
| Hex | B7 | 14 | 44 | 0 | 59 | 3F | 1C | 156 | 50 | 28 |
| Octal | 267 | 24 | 104 | 0 | 131 | 77 | 34 | 526 | 120 | 50 |
| Binary | 10110111 | 10100 | 1000100 | 0 | 1011001 | 111111 | 11100 | 101010110 | 1010000 | 101000 |
Color Harmonies of #B71444
Complementary color
Monochromatic Colors of #B71444
Black with #B71444
Text Example
Text Example
White with #B71444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71444; }
p { color: rgb(183,20,68); }
H1.HeaderClassName
{
color: #B71444;
}
.AnyTagClassName
{
color: #B71444;
}
</style>
background-color css
<style>
a { background-color: #B71444; }
a { background-color: rgb(183,20,68); }
div.DivClassName
{
background-color: #B71444;
}
.BgClassName
{
background-color: #B71444;
}
</style>
border-color css
<style>
span { border-color: #B71444; }
span { border-color: rgb(183,20,68); }
td.TdClassName
{
border-color: #B71444;
}
.TagClassName
{
border-color: #B71444;
}
</style>