Shades of Cardinal #B91644
Tints of Cardinal #B91644
RGB
CMYK
RGB Variations
Color information
#B91644 (or 0xB91644) is known color: Cardinal. HEX triplet: B9, 16 and 44. RGB value is (185,22,68). Sum of RGB (Red+Green+Blue) = 185+22+68=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B91644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91644 is #46E9BB. Grayscale: #4B4B4B. Windows color (decimal): -4647356 or 4462265. OLE color: 4462265.
HSL color Cylindrical-coordinate representation of color #B91644: hue angle of 343.07º 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 #B91644 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 68 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.27 |
| HSL | 343.07º | 0.79% | 0.41% | - |
| HSV(B) | 343.07º | 0.88% | 0.73% | - |
| XYZ | 21.34 | 11.31 | 6.53 | - |
| YUV | 75.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 68 | 0 | 0.88 | 0.63 | 0.27 | 343.07 | 0.79 | 0.41 |
| Hex | B9 | 16 | 44 | 0 | 58 | 3F | 1B | 157 | 4F | 29 |
| Octal | 271 | 26 | 104 | 0 | 130 | 77 | 33 | 527 | 117 | 51 |
| Binary | 10111001 | 10110 | 1000100 | 0 | 1011000 | 111111 | 11011 | 101010111 | 1001111 | 101001 |
Color Harmonies of #B91644
Complementary color
Monochromatic Colors of #B91644
Black with #B91644
Text Example
Text Example
White with #B91644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91644; }
p { color: rgb(185,22,68); }
H1.HeaderClassName
{
color: #B91644;
}
.AnyTagClassName
{
color: #B91644;
}
</style>
background-color css
<style>
a { background-color: #B91644; }
a { background-color: rgb(185,22,68); }
div.DivClassName
{
background-color: #B91644;
}
.BgClassName
{
background-color: #B91644;
}
</style>
border-color css
<style>
span { border-color: #B91644; }
span { border-color: rgb(185,22,68); }
td.TdClassName
{
border-color: #B91644;
}
.TagClassName
{
border-color: #B91644;
}
</style>