Shades of Cardinal #B71144
Tints of Cardinal #B71144
RGB
CMYK
RGB Variations
Color information
#B71144 (or 0xB71144) is known color: Cardinal. HEX triplet: B7, 11 and 44. RGB value is (183,17,68). Sum of RGB (Red+Green+Blue) = 183+17+68=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B71144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71144 is #48EEBB. Grayscale: #484848. Windows color (decimal): -4779708 or 4460983. OLE color: 4460983.
HSL color Cylindrical-coordinate representation of color #B71144: hue angle of 341.57º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71144 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 68 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.28 |
| HSL | 341.57º | 0.83% | 0.39% | - |
| HSV(B) | 341.57º | 0.91% | 0.72% | - |
| XYZ | 20.77 | 10.89 | 6.48 | - |
| YUV | 72.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 68 | 0 | 0.91 | 0.63 | 0.28 | 341.57 | 0.83 | 0.39 |
| Hex | B7 | 11 | 44 | 0 | 5B | 3F | 1C | 156 | 53 | 27 |
| Octal | 267 | 21 | 104 | 0 | 133 | 77 | 34 | 526 | 123 | 47 |
| Binary | 10110111 | 10001 | 1000100 | 0 | 1011011 | 111111 | 11100 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B71144
Complementary color
Monochromatic Colors of #B71144
Black with #B71144
Text Example
Text Example
White with #B71144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71144; }
p { color: rgb(183,17,68); }
H1.HeaderClassName
{
color: #B71144;
}
.AnyTagClassName
{
color: #B71144;
}
</style>
background-color css
<style>
a { background-color: #B71144; }
a { background-color: rgb(183,17,68); }
div.DivClassName
{
background-color: #B71144;
}
.BgClassName
{
background-color: #B71144;
}
</style>
border-color css
<style>
span { border-color: #B71144; }
span { border-color: rgb(183,17,68); }
td.TdClassName
{
border-color: #B71144;
}
.TagClassName
{
border-color: #B71144;
}
</style>