Shades of Cardinal #B41329
Tints of Cardinal #B41329
RGB
CMYK
RGB Variations
Color information
#B41329 (or 0xB41329) is known color: Cardinal. HEX triplet: B4, 13 and 29. RGB value is (180,19,41). Sum of RGB (Red+Green+Blue) = 180+19+41=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B41329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41329 is #4BECD6. Grayscale: #454545. Windows color (decimal): -4975831 or 2692020. OLE color: 2692020.
HSL color Cylindrical-coordinate representation of color #B41329: hue angle of 351.8º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41329 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 41 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.29 |
| HSL | 351.8º | 0.81% | 0.39% | - |
| HSV(B) | 351.8º | 0.89% | 0.71% | - |
| XYZ | 19.46 | 10.33 | 3.07 | - |
| YUV | 69.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 41 | 0 | 0.89 | 0.77 | 0.29 | 351.8 | 0.81 | 0.39 |
| Hex | B4 | 13 | 29 | 0 | 59 | 4D | 1D | 160 | 51 | 27 |
| Octal | 264 | 23 | 51 | 0 | 131 | 115 | 35 | 540 | 121 | 47 |
| Binary | 10110100 | 10011 | 101001 | 0 | 1011001 | 1001101 | 11101 | 101100000 | 1010001 | 100111 |
Color Harmonies of #B41329
Complementary color
Monochromatic Colors of #B41329
Black with #B41329
Text Example
Text Example
White with #B41329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41329; }
p { color: rgb(180,19,41); }
H1.HeaderClassName
{
color: #B41329;
}
.AnyTagClassName
{
color: #B41329;
}
</style>
background-color css
<style>
a { background-color: #B41329; }
a { background-color: rgb(180,19,41); }
div.DivClassName
{
background-color: #B41329;
}
.BgClassName
{
background-color: #B41329;
}
</style>
border-color css
<style>
span { border-color: #B41329; }
span { border-color: rgb(180,19,41); }
td.TdClassName
{
border-color: #B41329;
}
.TagClassName
{
border-color: #B41329;
}
</style>