Shades of Cardinal #B91135
Tints of Cardinal #B91135
RGB
CMYK
RGB Variations
Color information
#B91135 (or 0xB91135) is known color: Cardinal. HEX triplet: B9, 11 and 35. RGB value is (185,17,53). Sum of RGB (Red+Green+Blue) = 185+17+53=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B91135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91135 is #46EECA. Grayscale: #474747. Windows color (decimal): -4648651 or 3477945. OLE color: 3477945.
HSL color Cylindrical-coordinate representation of color #B91135: hue angle of 347.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91135 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 53 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.27 |
| HSL | 347.14º | 0.83% | 0.4% | - |
| HSV(B) | 347.14º | 0.91% | 0.73% | - |
| XYZ | 20.85 | 10.97 | 4.39 | - |
| YUV | 71.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 53 | 0 | 0.91 | 0.71 | 0.27 | 347.14 | 0.83 | 0.4 |
| Hex | B9 | 11 | 35 | 0 | 5B | 47 | 1B | 15B | 53 | 28 |
| Octal | 271 | 21 | 65 | 0 | 133 | 107 | 33 | 533 | 123 | 50 |
| Binary | 10111001 | 10001 | 110101 | 0 | 1011011 | 1000111 | 11011 | 101011011 | 1010011 | 101000 |
Color Harmonies of #B91135
Complementary color
Monochromatic Colors of #B91135
Black with #B91135
Text Example
Text Example
White with #B91135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91135; }
p { color: rgb(185,17,53); }
H1.HeaderClassName
{
color: #B91135;
}
.AnyTagClassName
{
color: #B91135;
}
</style>
background-color css
<style>
a { background-color: #B91135; }
a { background-color: rgb(185,17,53); }
div.DivClassName
{
background-color: #B91135;
}
.BgClassName
{
background-color: #B91135;
}
</style>
border-color css
<style>
span { border-color: #B91135; }
span { border-color: rgb(185,17,53); }
td.TdClassName
{
border-color: #B91135;
}
.TagClassName
{
border-color: #B91135;
}
</style>