Shades of Cardinal #B91D44
Tints of Cardinal #B91D44
RGB
CMYK
RGB Variations
Color information
#B91D44 (or 0xB91D44) is known color: Cardinal. HEX triplet: B9, 1D and 44. RGB value is (185,29,68). Sum of RGB (Red+Green+Blue) = 185+29+68=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D44 is #46E2BB. Grayscale: #505050. Windows color (decimal): -4645564 or 4464057. OLE color: 4464057.
HSL color Cylindrical-coordinate representation of color #B91D44: hue angle of 345º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D44 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 68 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.27 |
| HSL | 345º | 0.73% | 0.42% | - |
| HSV(B) | 345º | 0.84% | 0.73% | - |
| XYZ | 21.49 | 11.61 | 6.58 | - |
| YUV | 80.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 68 | 0 | 0.84 | 0.63 | 0.27 | 345 | 0.73 | 0.42 |
| Hex | B9 | 1D | 44 | 0 | 54 | 3F | 1B | 159 | 49 | 2A |
| Octal | 271 | 35 | 104 | 0 | 124 | 77 | 33 | 531 | 111 | 52 |
| Binary | 10111001 | 11101 | 1000100 | 0 | 1010100 | 111111 | 11011 | 101011001 | 1001001 | 101010 |
Color Harmonies of #B91D44
Complementary color
Monochromatic Colors of #B91D44
Black with #B91D44
Text Example
Text Example
White with #B91D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D44; }
p { color: rgb(185,29,68); }
H1.HeaderClassName
{
color: #B91D44;
}
.AnyTagClassName
{
color: #B91D44;
}
</style>
background-color css
<style>
a { background-color: #B91D44; }
a { background-color: rgb(185,29,68); }
div.DivClassName
{
background-color: #B91D44;
}
.BgClassName
{
background-color: #B91D44;
}
</style>
border-color css
<style>
span { border-color: #B91D44; }
span { border-color: rgb(185,29,68); }
td.TdClassName
{
border-color: #B91D44;
}
.TagClassName
{
border-color: #B91D44;
}
</style>