Shades of Cardinal #B71748
Tints of Cardinal #B71748
RGB
CMYK
RGB Variations
Color information
#B71748 (or 0xB71748) is known color: Cardinal. HEX triplet: B7, 17 and 48. RGB value is (183,23,72). Sum of RGB (Red+Green+Blue) = 183+23+72=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71748 is #48E8B7. Grayscale: #4C4C4C. Windows color (decimal): -4778168 or 4724663. OLE color: 4724663.
HSL color Cylindrical-coordinate representation of color #B71748: hue angle of 341.62º 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 #B71748 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 72 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.28 |
| HSL | 341.63º | 0.78% | 0.4% | - |
| HSV(B) | 341.63º | 0.87% | 0.72% | - |
| XYZ | 21 | 11.15 | 7.18 | - |
| YUV | 76.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 72 | 0 | 0.87 | 0.61 | 0.28 | 341.63 | 0.78 | 0.4 |
| Hex | B7 | 17 | 48 | 0 | 57 | 3D | 1C | 156 | 4E | 28 |
| Octal | 267 | 27 | 110 | 0 | 127 | 75 | 34 | 526 | 116 | 50 |
| Binary | 10110111 | 10111 | 1001000 | 0 | 1010111 | 111101 | 11100 | 101010110 | 1001110 | 101000 |
Color Harmonies of #B71748
Complementary color
Monochromatic Colors of #B71748
Black with #B71748
Text Example
Text Example
White with #B71748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71748; }
p { color: rgb(183,23,72); }
H1.HeaderClassName
{
color: #B71748;
}
.AnyTagClassName
{
color: #B71748;
}
</style>
background-color css
<style>
a { background-color: #B71748; }
a { background-color: rgb(183,23,72); }
div.DivClassName
{
background-color: #B71748;
}
.BgClassName
{
background-color: #B71748;
}
</style>
border-color css
<style>
span { border-color: #B71748; }
span { border-color: rgb(183,23,72); }
td.TdClassName
{
border-color: #B71748;
}
.TagClassName
{
border-color: #B71748;
}
</style>