Shades of Cardinal #B9152E
Tints of Cardinal #B9152E
RGB
CMYK
RGB Variations
Color information
#B9152E (or 0xB9152E) is known color: Cardinal. HEX triplet: B9, 15 and 2E. RGB value is (185,21,46). Sum of RGB (Red+Green+Blue) = 185+21+46=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9152E is #46EAD1. Grayscale: #484848. Windows color (decimal): -4647634 or 3020217. OLE color: 3020217.
HSL color Cylindrical-coordinate representation of color #B9152E: hue angle of 350.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9152E is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 46 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.27 |
| HSL | 350.85º | 0.8% | 0.4% | - |
| HSV(B) | 350.85º | 0.89% | 0.73% | - |
| XYZ | 20.77 | 11.05 | 3.62 | - |
| YUV | 72.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 46 | 0 | 0.89 | 0.75 | 0.27 | 350.85 | 0.8 | 0.4 |
| Hex | B9 | 15 | 2E | 0 | 59 | 4B | 1B | 15F | 50 | 28 |
| Octal | 271 | 25 | 56 | 0 | 131 | 113 | 33 | 537 | 120 | 50 |
| Binary | 10111001 | 10101 | 101110 | 0 | 1011001 | 1001011 | 11011 | 101011111 | 1010000 | 101000 |
Color Harmonies of #B9152E
Complementary color
Monochromatic Colors of #B9152E
Black with #B9152E
Text Example
Text Example
White with #B9152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9152E; }
p { color: rgb(185,21,46); }
H1.HeaderClassName
{
color: #B9152E;
}
.AnyTagClassName
{
color: #B9152E;
}
</style>
background-color css
<style>
a { background-color: #B9152E; }
a { background-color: rgb(185,21,46); }
div.DivClassName
{
background-color: #B9152E;
}
.BgClassName
{
background-color: #B9152E;
}
</style>
border-color css
<style>
span { border-color: #B9152E; }
span { border-color: rgb(185,21,46); }
td.TdClassName
{
border-color: #B9152E;
}
.TagClassName
{
border-color: #B9152E;
}
</style>