Shades of Cardinal #B91633
Tints of Cardinal #B91633
RGB
CMYK
RGB Variations
Color information
#B91633 (or 0xB91633) is known color: Cardinal. HEX triplet: B9, 16 and 33. RGB value is (185,22,51). Sum of RGB (Red+Green+Blue) = 185+22+51=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B91633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91633 is #46E9CC. Grayscale: #4A4A4A. Windows color (decimal): -4647373 or 3348153. OLE color: 3348153.
HSL color Cylindrical-coordinate representation of color #B91633: hue angle of 349.33º 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 #B91633 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 51 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.27 |
| HSL | 349.33º | 0.79% | 0.41% | - |
| HSV(B) | 349.33º | 0.88% | 0.73% | - |
| XYZ | 20.89 | 11.13 | 4.18 | - |
| YUV | 74.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 51 | 0 | 0.88 | 0.72 | 0.27 | 349.33 | 0.79 | 0.41 |
| Hex | B9 | 16 | 33 | 0 | 58 | 48 | 1B | 15D | 4F | 29 |
| Octal | 271 | 26 | 63 | 0 | 130 | 110 | 33 | 535 | 117 | 51 |
| Binary | 10111001 | 10110 | 110011 | 0 | 1011000 | 1001000 | 11011 | 101011101 | 1001111 | 101001 |
Color Harmonies of #B91633
Complementary color
Monochromatic Colors of #B91633
Black with #B91633
Text Example
Text Example
White with #B91633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91633; }
p { color: rgb(185,22,51); }
H1.HeaderClassName
{
color: #B91633;
}
.AnyTagClassName
{
color: #B91633;
}
</style>
background-color css
<style>
a { background-color: #B91633; }
a { background-color: rgb(185,22,51); }
div.DivClassName
{
background-color: #B91633;
}
.BgClassName
{
background-color: #B91633;
}
</style>
border-color css
<style>
span { border-color: #B91633; }
span { border-color: rgb(185,22,51); }
td.TdClassName
{
border-color: #B91633;
}
.TagClassName
{
border-color: #B91633;
}
</style>