Shades of Cardinal #B31329
Tints of Cardinal #B31329
RGB
CMYK
RGB Variations
Color information
#B31329 (or 0xB31329) is known color: Cardinal. HEX triplet: B3, 13 and 29. RGB value is (179,19,41). Sum of RGB (Red+Green+Blue) = 179+19+41=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B31329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31329 is #4CECD6. Grayscale: #454545. Windows color (decimal): -5041367 or 2692019. OLE color: 2692019.
HSL color Cylindrical-coordinate representation of color #B31329: hue angle of 351.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31329 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 41 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.30 |
| HSL | 351.75º | 0.81% | 0.39% | - |
| HSV(B) | 351.75º | 0.89% | 0.7% | - |
| XYZ | 19.22 | 10.21 | 3.06 | - |
| YUV | 69.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 41 | 0 | 0.89 | 0.77 | 0.30 | 351.75 | 0.81 | 0.39 |
| Hex | B3 | 13 | 29 | 0 | 59 | 4D | 1E | 160 | 51 | 27 |
| Octal | 263 | 23 | 51 | 0 | 131 | 115 | 36 | 540 | 121 | 47 |
| Binary | 10110011 | 10011 | 101001 | 0 | 1011001 | 1001101 | 11110 | 101100000 | 1010001 | 100111 |
Color Harmonies of #B31329
Complementary color
Monochromatic Colors of #B31329
Black with #B31329
Text Example
Text Example
White with #B31329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31329; }
p { color: rgb(179,19,41); }
H1.HeaderClassName
{
color: #B31329;
}
.AnyTagClassName
{
color: #B31329;
}
</style>
background-color css
<style>
a { background-color: #B31329; }
a { background-color: rgb(179,19,41); }
div.DivClassName
{
background-color: #B31329;
}
.BgClassName
{
background-color: #B31329;
}
</style>
border-color css
<style>
span { border-color: #B31329; }
span { border-color: rgb(179,19,41); }
td.TdClassName
{
border-color: #B31329;
}
.TagClassName
{
border-color: #B31329;
}
</style>