Shades of Cardinal #B91429
Tints of Cardinal #B91429
RGB
CMYK
RGB Variations
Color information
#B91429 (or 0xB91429) is known color: Cardinal. HEX triplet: B9, 14 and 29. RGB value is (185,20,41). Sum of RGB (Red+Green+Blue) = 185+20+41=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B91429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91429 is #46EBD6. Grayscale: #474747. Windows color (decimal): -4647895 or 2692281. OLE color: 2692281.
HSL color Cylindrical-coordinate representation of color #B91429: hue angle of 352.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91429 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 41 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.27 |
| HSL | 352.36º | 0.8% | 0.4% | - |
| HSV(B) | 352.36º | 0.89% | 0.73% | - |
| XYZ | 20.66 | 10.97 | 3.13 | - |
| YUV | 71.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 41 | 0 | 0.89 | 0.78 | 0.27 | 352.36 | 0.8 | 0.4 |
| Hex | B9 | 14 | 29 | 0 | 59 | 4E | 1B | 160 | 50 | 28 |
| Octal | 271 | 24 | 51 | 0 | 131 | 116 | 33 | 540 | 120 | 50 |
| Binary | 10111001 | 10100 | 101001 | 0 | 1011001 | 1001110 | 11011 | 101100000 | 1010000 | 101000 |
Color Harmonies of #B91429
Complementary color
Monochromatic Colors of #B91429
Black with #B91429
Text Example
Text Example
White with #B91429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91429; }
p { color: rgb(185,20,41); }
H1.HeaderClassName
{
color: #B91429;
}
.AnyTagClassName
{
color: #B91429;
}
</style>
background-color css
<style>
a { background-color: #B91429; }
a { background-color: rgb(185,20,41); }
div.DivClassName
{
background-color: #B91429;
}
.BgClassName
{
background-color: #B91429;
}
</style>
border-color css
<style>
span { border-color: #B91429; }
span { border-color: rgb(185,20,41); }
td.TdClassName
{
border-color: #B91429;
}
.TagClassName
{
border-color: #B91429;
}
</style>