Shades of Cardinal #B01329
Tints of Cardinal #B01329
RGB
CMYK
RGB Variations
Color information
#B01329 (or 0xB01329) is known color: Cardinal. HEX triplet: B0, 13 and 29. RGB value is (176,19,41). Sum of RGB (Red+Green+Blue) = 176+19+41=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B01329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01329 is #4FECD6. Grayscale: #444444. Windows color (decimal): -5237975 or 2692016. OLE color: 2692016.
HSL color Cylindrical-coordinate representation of color #B01329: hue angle of 351.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01329 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 41 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.31 |
| HSL | 351.59º | 0.81% | 0.38% | - |
| HSV(B) | 351.59º | 0.89% | 0.69% | - |
| XYZ | 18.54 | 9.86 | 3.02 | - |
| YUV | 68.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 41 | 0 | 0.89 | 0.77 | 0.31 | 351.59 | 0.81 | 0.38 |
| Hex | B0 | 13 | 29 | 0 | 59 | 4D | 1F | 160 | 51 | 26 |
| Octal | 260 | 23 | 51 | 0 | 131 | 115 | 37 | 540 | 121 | 46 |
| Binary | 10110000 | 10011 | 101001 | 0 | 1011001 | 1001101 | 11111 | 101100000 | 1010001 | 100110 |
Color Harmonies of #B01329
Complementary color
Monochromatic Colors of #B01329
Black with #B01329
Text Example
Text Example
White with #B01329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01329; }
p { color: rgb(176,19,41); }
H1.HeaderClassName
{
color: #B01329;
}
.AnyTagClassName
{
color: #B01329;
}
</style>
background-color css
<style>
a { background-color: #B01329; }
a { background-color: rgb(176,19,41); }
div.DivClassName
{
background-color: #B01329;
}
.BgClassName
{
background-color: #B01329;
}
</style>
border-color css
<style>
span { border-color: #B01329; }
span { border-color: rgb(176,19,41); }
td.TdClassName
{
border-color: #B01329;
}
.TagClassName
{
border-color: #B01329;
}
</style>