Shades of Cardinal #B91D40
Tints of Cardinal #B91D40
RGB
CMYK
RGB Variations
Color information
#B91D40 (or 0xB91D40) is known color: Cardinal. HEX triplet: B9, 1D and 40. RGB value is (185,29,64). Sum of RGB (Red+Green+Blue) = 185+29+64=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D40 is #46E2BF. Grayscale: #4F4F4F. Windows color (decimal): -4645568 or 4201913. OLE color: 4201913.
HSL color Cylindrical-coordinate representation of color #B91D40: hue angle of 346.54º 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 #B91D40 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 64 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.27 |
| HSL | 346.54º | 0.73% | 0.42% | - |
| HSV(B) | 346.54º | 0.84% | 0.73% | - |
| XYZ | 21.37 | 11.56 | 5.96 | - |
| YUV | 79.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 64 | 0 | 0.84 | 0.65 | 0.27 | 346.54 | 0.73 | 0.42 |
| Hex | B9 | 1D | 40 | 0 | 54 | 41 | 1B | 15B | 49 | 2A |
| Octal | 271 | 35 | 100 | 0 | 124 | 101 | 33 | 533 | 111 | 52 |
| Binary | 10111001 | 11101 | 1000000 | 0 | 1010100 | 1000001 | 11011 | 101011011 | 1001001 | 101010 |
Color Harmonies of #B91D40
Complementary color
Monochromatic Colors of #B91D40
Black with #B91D40
Text Example
Text Example
White with #B91D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D40; }
p { color: rgb(185,29,64); }
H1.HeaderClassName
{
color: #B91D40;
}
.AnyTagClassName
{
color: #B91D40;
}
</style>
background-color css
<style>
a { background-color: #B91D40; }
a { background-color: rgb(185,29,64); }
div.DivClassName
{
background-color: #B91D40;
}
.BgClassName
{
background-color: #B91D40;
}
</style>
border-color css
<style>
span { border-color: #B91D40; }
span { border-color: rgb(185,29,64); }
td.TdClassName
{
border-color: #B91D40;
}
.TagClassName
{
border-color: #B91D40;
}
</style>