Shades of Cardinal #B71137
Tints of Cardinal #B71137
RGB
CMYK
RGB Variations
Color information
#B71137 (or 0xB71137) is known color: Cardinal. HEX triplet: B7, 11 and 37. RGB value is (183,17,55). Sum of RGB (Red+Green+Blue) = 183+17+55=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B71137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71137 is #48EEC8. Grayscale: #464646. Windows color (decimal): -4779721 or 3609015. OLE color: 3609015.
HSL color Cylindrical-coordinate representation of color #B71137: hue angle of 346.27º 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 #B71137 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 55 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.28 |
| HSL | 346.27º | 0.83% | 0.39% | - |
| HSV(B) | 346.27º | 0.91% | 0.72% | - |
| XYZ | 20.42 | 10.74 | 4.61 | - |
| YUV | 70.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 55 | 0 | 0.91 | 0.70 | 0.28 | 346.27 | 0.83 | 0.39 |
| Hex | B7 | 11 | 37 | 0 | 5B | 46 | 1C | 15A | 53 | 27 |
| Octal | 267 | 21 | 67 | 0 | 133 | 106 | 34 | 532 | 123 | 47 |
| Binary | 10110111 | 10001 | 110111 | 0 | 1011011 | 1000110 | 11100 | 101011010 | 1010011 | 100111 |
Color Harmonies of #B71137
Complementary color
Monochromatic Colors of #B71137
Black with #B71137
Text Example
Text Example
White with #B71137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71137; }
p { color: rgb(183,17,55); }
H1.HeaderClassName
{
color: #B71137;
}
.AnyTagClassName
{
color: #B71137;
}
</style>
background-color css
<style>
a { background-color: #B71137; }
a { background-color: rgb(183,17,55); }
div.DivClassName
{
background-color: #B71137;
}
.BgClassName
{
background-color: #B71137;
}
</style>
border-color css
<style>
span { border-color: #B71137; }
span { border-color: rgb(183,17,55); }
td.TdClassName
{
border-color: #B71137;
}
.TagClassName
{
border-color: #B71137;
}
</style>