Shades of Cardinal #B91F39
Tints of Cardinal #B91F39
RGB
CMYK
RGB Variations
Color information
#B91F39 (or 0xB91F39) is known color: Cardinal. HEX triplet: B9, 1F and 39. RGB value is (185,31,57). Sum of RGB (Red+Green+Blue) = 185+31+57=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F39 is #46E0C6. Grayscale: #505050. Windows color (decimal): -4645063 or 3743673. OLE color: 3743673.
HSL color Cylindrical-coordinate representation of color #B91F39: hue angle of 349.87º 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 #B91F39 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 57 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.27 |
| HSL | 349.87º | 0.71% | 0.42% | - |
| HSV(B) | 349.87º | 0.83% | 0.73% | - |
| XYZ | 21.24 | 11.59 | 4.99 | - |
| YUV | 80.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 57 | 0 | 0.83 | 0.69 | 0.27 | 349.87 | 0.71 | 0.42 |
| Hex | B9 | 1F | 39 | 0 | 53 | 45 | 1B | 15E | 47 | 2A |
| Octal | 271 | 37 | 71 | 0 | 123 | 105 | 33 | 536 | 107 | 52 |
| Binary | 10111001 | 11111 | 111001 | 0 | 1010011 | 1000101 | 11011 | 101011110 | 1000111 | 101010 |
Color Harmonies of #B91F39
Complementary color
Monochromatic Colors of #B91F39
Black with #B91F39
Text Example
Text Example
White with #B91F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F39; }
p { color: rgb(185,31,57); }
H1.HeaderClassName
{
color: #B91F39;
}
.AnyTagClassName
{
color: #B91F39;
}
</style>
background-color css
<style>
a { background-color: #B91F39; }
a { background-color: rgb(185,31,57); }
div.DivClassName
{
background-color: #B91F39;
}
.BgClassName
{
background-color: #B91F39;
}
</style>
border-color css
<style>
span { border-color: #B91F39; }
span { border-color: rgb(185,31,57); }
td.TdClassName
{
border-color: #B91F39;
}
.TagClassName
{
border-color: #B91F39;
}
</style>