Shades of Cardinal #B91629
Tints of Cardinal #B91629
RGB
CMYK
RGB Variations
Color information
#B91629 (or 0xB91629) is known color: Cardinal. HEX triplet: B9, 16 and 29. RGB value is (185,22,41). Sum of RGB (Red+Green+Blue) = 185+22+41=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B91629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91629 is #46E9D6. Grayscale: #484848. Windows color (decimal): -4647383 or 2692793. OLE color: 2692793.
HSL color Cylindrical-coordinate representation of color #B91629: hue angle of 353.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91629 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 41 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.27 |
| HSL | 353.01º | 0.79% | 0.41% | - |
| HSV(B) | 353.01º | 0.88% | 0.73% | - |
| XYZ | 20.69 | 11.05 | 3.14 | - |
| YUV | 72.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 41 | 0 | 0.88 | 0.78 | 0.27 | 353.01 | 0.79 | 0.41 |
| Hex | B9 | 16 | 29 | 0 | 58 | 4E | 1B | 161 | 4F | 29 |
| Octal | 271 | 26 | 51 | 0 | 130 | 116 | 33 | 541 | 117 | 51 |
| Binary | 10111001 | 10110 | 101001 | 0 | 1011000 | 1001110 | 11011 | 101100001 | 1001111 | 101001 |
Color Harmonies of #B91629
Complementary color
Monochromatic Colors of #B91629
Black with #B91629
Text Example
Text Example
White with #B91629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91629; }
p { color: rgb(185,22,41); }
H1.HeaderClassName
{
color: #B91629;
}
.AnyTagClassName
{
color: #B91629;
}
</style>
background-color css
<style>
a { background-color: #B91629; }
a { background-color: rgb(185,22,41); }
div.DivClassName
{
background-color: #B91629;
}
.BgClassName
{
background-color: #B91629;
}
</style>
border-color css
<style>
span { border-color: #B91629; }
span { border-color: rgb(185,22,41); }
td.TdClassName
{
border-color: #B91629;
}
.TagClassName
{
border-color: #B91629;
}
</style>