Shades of Cardinal #B91F45
Tints of Cardinal #B91F45
RGB
CMYK
RGB Variations
Color information
#B91F45 (or 0xB91F45) is known color: Cardinal. HEX triplet: B9, 1F and 45. RGB value is (185,31,69). Sum of RGB (Red+Green+Blue) = 185+31+69=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F45 is #46E0BA. Grayscale: #515151. Windows color (decimal): -4645051 or 4530105. OLE color: 4530105.
HSL color Cylindrical-coordinate representation of color #B91F45: hue angle of 345.19º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F45 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 69 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.27 |
| HSL | 345.19º | 0.71% | 0.42% | - |
| HSV(B) | 345.19º | 0.83% | 0.73% | - |
| XYZ | 21.57 | 11.72 | 6.76 | - |
| YUV | 81.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 69 | 0 | 0.83 | 0.63 | 0.27 | 345.19 | 0.71 | 0.42 |
| Hex | B9 | 1F | 45 | 0 | 53 | 3F | 1B | 159 | 47 | 2A |
| Octal | 271 | 37 | 105 | 0 | 123 | 77 | 33 | 531 | 107 | 52 |
| Binary | 10111001 | 11111 | 1000101 | 0 | 1010011 | 111111 | 11011 | 101011001 | 1000111 | 101010 |
Color Harmonies of #B91F45
Complementary color
Monochromatic Colors of #B91F45
Black with #B91F45
Text Example
Text Example
White with #B91F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F45; }
p { color: rgb(185,31,69); }
H1.HeaderClassName
{
color: #B91F45;
}
.AnyTagClassName
{
color: #B91F45;
}
</style>
background-color css
<style>
a { background-color: #B91F45; }
a { background-color: rgb(185,31,69); }
div.DivClassName
{
background-color: #B91F45;
}
.BgClassName
{
background-color: #B91F45;
}
</style>
border-color css
<style>
span { border-color: #B91F45; }
span { border-color: rgb(185,31,69); }
td.TdClassName
{
border-color: #B91F45;
}
.TagClassName
{
border-color: #B91F45;
}
</style>