Shades of Cardinal #B71744
Tints of Cardinal #B71744
RGB
CMYK
RGB Variations
Color information
#B71744 (or 0xB71744) is known color: Cardinal. HEX triplet: B7, 17 and 44. RGB value is (183,23,68). Sum of RGB (Red+Green+Blue) = 183+23+68=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B71744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71744 is #48E8BB. Grayscale: #4B4B4B. Windows color (decimal): -4778172 or 4462519. OLE color: 4462519.
HSL color Cylindrical-coordinate representation of color #B71744: hue angle of 343.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71744 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 68 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.28 |
| HSL | 343.13º | 0.78% | 0.4% | - |
| HSV(B) | 343.13º | 0.87% | 0.72% | - |
| XYZ | 20.88 | 11.1 | 6.51 | - |
| YUV | 75.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 68 | 0 | 0.87 | 0.63 | 0.28 | 343.13 | 0.78 | 0.4 |
| Hex | B7 | 17 | 44 | 0 | 57 | 3F | 1C | 157 | 4E | 28 |
| Octal | 267 | 27 | 104 | 0 | 127 | 77 | 34 | 527 | 116 | 50 |
| Binary | 10110111 | 10111 | 1000100 | 0 | 1010111 | 111111 | 11100 | 101010111 | 1001110 | 101000 |
Color Harmonies of #B71744
Complementary color
Monochromatic Colors of #B71744
Black with #B71744
Text Example
Text Example
White with #B71744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71744; }
p { color: rgb(183,23,68); }
H1.HeaderClassName
{
color: #B71744;
}
.AnyTagClassName
{
color: #B71744;
}
</style>
background-color css
<style>
a { background-color: #B71744; }
a { background-color: rgb(183,23,68); }
div.DivClassName
{
background-color: #B71744;
}
.BgClassName
{
background-color: #B71744;
}
</style>
border-color css
<style>
span { border-color: #B71744; }
span { border-color: rgb(183,23,68); }
td.TdClassName
{
border-color: #B71744;
}
.TagClassName
{
border-color: #B71744;
}
</style>