Shades of Cardinal #B71128
Tints of Cardinal #B71128
RGB
CMYK
RGB Variations
Color information
#B71128 (or 0xB71128) is known color: Cardinal. HEX triplet: B7, 11 and 28. RGB value is (183,17,40). Sum of RGB (Red+Green+Blue) = 183+17+40=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71128 is #48EED7. Grayscale: #454545. Windows color (decimal): -4779736 or 2625975. OLE color: 2625975.
HSL color Cylindrical-coordinate representation of color #B71128: hue angle of 351.69º 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 #B71128 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 40 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.28 |
| HSL | 351.69º | 0.83% | 0.39% | - |
| HSV(B) | 351.69º | 0.91% | 0.72% | - |
| XYZ | 20.11 | 10.62 | 3 | - |
| YUV | 69.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 40 | 0 | 0.91 | 0.78 | 0.28 | 351.69 | 0.83 | 0.39 |
| Hex | B7 | 11 | 28 | 0 | 5B | 4E | 1C | 160 | 53 | 27 |
| Octal | 267 | 21 | 50 | 0 | 133 | 116 | 34 | 540 | 123 | 47 |
| Binary | 10110111 | 10001 | 101000 | 0 | 1011011 | 1001110 | 11100 | 101100000 | 1010011 | 100111 |
Color Harmonies of #B71128
Complementary color
Monochromatic Colors of #B71128
Black with #B71128
Text Example
Text Example
White with #B71128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71128; }
p { color: rgb(183,17,40); }
H1.HeaderClassName
{
color: #B71128;
}
.AnyTagClassName
{
color: #B71128;
}
</style>
background-color css
<style>
a { background-color: #B71128; }
a { background-color: rgb(183,17,40); }
div.DivClassName
{
background-color: #B71128;
}
.BgClassName
{
background-color: #B71128;
}
</style>
border-color css
<style>
span { border-color: #B71128; }
span { border-color: rgb(183,17,40); }
td.TdClassName
{
border-color: #B71128;
}
.TagClassName
{
border-color: #B71128;
}
</style>