Shades of Cardinal #B9152D
Tints of Cardinal #B9152D
RGB
CMYK
RGB Variations
Color information
#B9152D (or 0xB9152D) is known color: Cardinal. HEX triplet: B9, 15 and 2D. RGB value is (185,21,45). Sum of RGB (Red+Green+Blue) = 185+21+45=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9152D is #46EAD2. Grayscale: #484848. Windows color (decimal): -4647635 or 2954681. OLE color: 2954681.
HSL color Cylindrical-coordinate representation of color #B9152D: hue angle of 351.22º 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 #B9152D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 45 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.27 |
| HSL | 351.22º | 0.8% | 0.4% | - |
| HSV(B) | 351.22º | 0.89% | 0.73% | - |
| XYZ | 20.75 | 11.04 | 3.52 | - |
| YUV | 72.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 45 | 0 | 0.89 | 0.76 | 0.27 | 351.22 | 0.8 | 0.4 |
| Hex | B9 | 15 | 2D | 0 | 59 | 4C | 1B | 15F | 50 | 28 |
| Octal | 271 | 25 | 55 | 0 | 131 | 114 | 33 | 537 | 120 | 50 |
| Binary | 10111001 | 10101 | 101101 | 0 | 1011001 | 1001100 | 11011 | 101011111 | 1010000 | 101000 |
Color Harmonies of #B9152D
Complementary color
Monochromatic Colors of #B9152D
Black with #B9152D
Text Example
Text Example
White with #B9152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9152D; }
p { color: rgb(185,21,45); }
H1.HeaderClassName
{
color: #B9152D;
}
.AnyTagClassName
{
color: #B9152D;
}
</style>
background-color css
<style>
a { background-color: #B9152D; }
a { background-color: rgb(185,21,45); }
div.DivClassName
{
background-color: #B9152D;
}
.BgClassName
{
background-color: #B9152D;
}
</style>
border-color css
<style>
span { border-color: #B9152D; }
span { border-color: rgb(185,21,45); }
td.TdClassName
{
border-color: #B9152D;
}
.TagClassName
{
border-color: #B9152D;
}
</style>