Shades of Cardinal #B71329
Tints of Cardinal #B71329
RGB
CMYK
RGB Variations
Color information
#B71329 (or 0xB71329) is known color: Cardinal. HEX triplet: B7, 13 and 29. RGB value is (183,19,41). Sum of RGB (Red+Green+Blue) = 183+19+41=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B71329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71329 is #48ECD6. Grayscale: #464646. Windows color (decimal): -4779223 or 2692023. OLE color: 2692023.
HSL color Cylindrical-coordinate representation of color #B71329: hue angle of 351.95º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71329 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 41 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.28 |
| HSL | 351.95º | 0.81% | 0.4% | - |
| HSV(B) | 351.95º | 0.9% | 0.72% | - |
| XYZ | 20.16 | 10.69 | 3.1 | - |
| YUV | 70.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 41 | 0 | 0.90 | 0.78 | 0.28 | 351.95 | 0.81 | 0.4 |
| Hex | B7 | 13 | 29 | 0 | 5A | 4E | 1C | 160 | 51 | 28 |
| Octal | 267 | 23 | 51 | 0 | 132 | 116 | 34 | 540 | 121 | 50 |
| Binary | 10110111 | 10011 | 101001 | 0 | 1011010 | 1001110 | 11100 | 101100000 | 1010001 | 101000 |
Color Harmonies of #B71329
Complementary color
Monochromatic Colors of #B71329
Black with #B71329
Text Example
Text Example
White with #B71329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71329; }
p { color: rgb(183,19,41); }
H1.HeaderClassName
{
color: #B71329;
}
.AnyTagClassName
{
color: #B71329;
}
</style>
background-color css
<style>
a { background-color: #B71329; }
a { background-color: rgb(183,19,41); }
div.DivClassName
{
background-color: #B71329;
}
.BgClassName
{
background-color: #B71329;
}
</style>
border-color css
<style>
span { border-color: #B71329; }
span { border-color: rgb(183,19,41); }
td.TdClassName
{
border-color: #B71329;
}
.TagClassName
{
border-color: #B71329;
}
</style>