Shades of Cardinal #B91649
Tints of Cardinal #B91649
RGB
CMYK
RGB Variations
Color information
#B91649 (or 0xB91649) is known color: Cardinal. HEX triplet: B9, 16 and 49. RGB value is (185,22,73). Sum of RGB (Red+Green+Blue) = 185+22+73=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B91649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91649 is #46E9B6. Grayscale: #4C4C4C. Windows color (decimal): -4647351 or 4789945. OLE color: 4789945.
HSL color Cylindrical-coordinate representation of color #B91649: hue angle of 341.23º 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 #B91649 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 73 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.27 |
| HSL | 341.23º | 0.79% | 0.41% | - |
| HSV(B) | 341.23º | 0.88% | 0.73% | - |
| XYZ | 21.5 | 11.37 | 7.36 | - |
| YUV | 76.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 73 | 0 | 0.88 | 0.61 | 0.27 | 341.23 | 0.79 | 0.41 |
| Hex | B9 | 16 | 49 | 0 | 58 | 3D | 1B | 155 | 4F | 29 |
| Octal | 271 | 26 | 111 | 0 | 130 | 75 | 33 | 525 | 117 | 51 |
| Binary | 10111001 | 10110 | 1001001 | 0 | 1011000 | 111101 | 11011 | 101010101 | 1001111 | 101001 |
Color Harmonies of #B91649
Complementary color
Monochromatic Colors of #B91649
Black with #B91649
Text Example
Text Example
White with #B91649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91649; }
p { color: rgb(185,22,73); }
H1.HeaderClassName
{
color: #B91649;
}
.AnyTagClassName
{
color: #B91649;
}
</style>
background-color css
<style>
a { background-color: #B91649; }
a { background-color: rgb(185,22,73); }
div.DivClassName
{
background-color: #B91649;
}
.BgClassName
{
background-color: #B91649;
}
</style>
border-color css
<style>
span { border-color: #B91649; }
span { border-color: rgb(185,22,73); }
td.TdClassName
{
border-color: #B91649;
}
.TagClassName
{
border-color: #B91649;
}
</style>