Shades of Cardinal #B91D46
Tints of Cardinal #B91D46
RGB
CMYK
RGB Variations
Color information
#B91D46 (or 0xB91D46) is known color: Cardinal. HEX triplet: B9, 1D and 46. RGB value is (185,29,70). Sum of RGB (Red+Green+Blue) = 185+29+70=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D46 is #46E2B9. Grayscale: #505050. Windows color (decimal): -4645562 or 4595129. OLE color: 4595129.
HSL color Cylindrical-coordinate representation of color #B91D46: hue angle of 344.23º 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 #B91D46 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 70 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.27 |
| HSL | 344.23º | 0.73% | 0.42% | - |
| HSV(B) | 344.23º | 0.84% | 0.73% | - |
| XYZ | 21.55 | 11.64 | 6.9 | - |
| YUV | 80.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 70 | 0 | 0.84 | 0.62 | 0.27 | 344.23 | 0.73 | 0.42 |
| Hex | B9 | 1D | 46 | 0 | 54 | 3E | 1B | 158 | 49 | 2A |
| Octal | 271 | 35 | 106 | 0 | 124 | 76 | 33 | 530 | 111 | 52 |
| Binary | 10111001 | 11101 | 1000110 | 0 | 1010100 | 111110 | 11011 | 101011000 | 1001001 | 101010 |
Color Harmonies of #B91D46
Complementary color
Monochromatic Colors of #B91D46
Black with #B91D46
Text Example
Text Example
White with #B91D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D46; }
p { color: rgb(185,29,70); }
H1.HeaderClassName
{
color: #B91D46;
}
.AnyTagClassName
{
color: #B91D46;
}
</style>
background-color css
<style>
a { background-color: #B91D46; }
a { background-color: rgb(185,29,70); }
div.DivClassName
{
background-color: #B91D46;
}
.BgClassName
{
background-color: #B91D46;
}
</style>
border-color css
<style>
span { border-color: #B91D46; }
span { border-color: rgb(185,29,70); }
td.TdClassName
{
border-color: #B91D46;
}
.TagClassName
{
border-color: #B91D46;
}
</style>