Shades of Cardinal #B91134
Tints of Cardinal #B91134
RGB
CMYK
RGB Variations
Color information
#B91134 (or 0xB91134) is known color: Cardinal. HEX triplet: B9, 11 and 34. RGB value is (185,17,52). Sum of RGB (Red+Green+Blue) = 185+17+52=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B91134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91134 is #46EECB. Grayscale: #474747. Windows color (decimal): -4648652 or 3412409. OLE color: 3412409.
HSL color Cylindrical-coordinate representation of color #B91134: hue angle of 347.5º 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 #B91134 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 52 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.27 |
| HSL | 347.5º | 0.83% | 0.4% | - |
| HSV(B) | 347.5º | 0.91% | 0.73% | - |
| XYZ | 20.83 | 10.96 | 4.27 | - |
| YUV | 71.22 | 117.16 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 52 | 0 | 0.91 | 0.72 | 0.27 | 347.5 | 0.83 | 0.4 |
| Hex | B9 | 11 | 34 | 0 | 5B | 48 | 1B | 15C | 53 | 28 |
| Octal | 271 | 21 | 64 | 0 | 133 | 110 | 33 | 534 | 123 | 50 |
| Binary | 10111001 | 10001 | 110100 | 0 | 1011011 | 1001000 | 11011 | 101011100 | 1010011 | 101000 |
Color Harmonies of #B91134
Complementary color
Monochromatic Colors of #B91134
Black with #B91134
Text Example
Text Example
White with #B91134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91134; }
p { color: rgb(185,17,52); }
H1.HeaderClassName
{
color: #B91134;
}
.AnyTagClassName
{
color: #B91134;
}
</style>
background-color css
<style>
a { background-color: #B91134; }
a { background-color: rgb(185,17,52); }
div.DivClassName
{
background-color: #B91134;
}
.BgClassName
{
background-color: #B91134;
}
</style>
border-color css
<style>
span { border-color: #B91134; }
span { border-color: rgb(185,17,52); }
td.TdClassName
{
border-color: #B91134;
}
.TagClassName
{
border-color: #B91134;
}
</style>