Shades of Cardinal #B9152F
Tints of Cardinal #B9152F
RGB
CMYK
RGB Variations
Color information
#B9152F (or 0xB9152F) is known color: Cardinal. HEX triplet: B9, 15 and 2F. RGB value is (185,21,47). Sum of RGB (Red+Green+Blue) = 185+21+47=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9152F is #46EAD0. Grayscale: #494949. Windows color (decimal): -4647633 or 3085753. OLE color: 3085753.
HSL color Cylindrical-coordinate representation of color #B9152F: hue angle of 350.49º 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 #B9152F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 47 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.27 |
| HSL | 350.49º | 0.8% | 0.4% | - |
| HSV(B) | 350.49º | 0.89% | 0.73% | - |
| XYZ | 20.79 | 11.06 | 3.73 | - |
| YUV | 73 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 47 | 0 | 0.89 | 0.75 | 0.27 | 350.49 | 0.8 | 0.4 |
| Hex | B9 | 15 | 2F | 0 | 59 | 4B | 1B | 15E | 50 | 28 |
| Octal | 271 | 25 | 57 | 0 | 131 | 113 | 33 | 536 | 120 | 50 |
| Binary | 10111001 | 10101 | 101111 | 0 | 1011001 | 1001011 | 11011 | 101011110 | 1010000 | 101000 |
Color Harmonies of #B9152F
Complementary color
Monochromatic Colors of #B9152F
Black with #B9152F
Text Example
Text Example
White with #B9152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9152F; }
p { color: rgb(185,21,47); }
H1.HeaderClassName
{
color: #B9152F;
}
.AnyTagClassName
{
color: #B9152F;
}
</style>
background-color css
<style>
a { background-color: #B9152F; }
a { background-color: rgb(185,21,47); }
div.DivClassName
{
background-color: #B9152F;
}
.BgClassName
{
background-color: #B9152F;
}
</style>
border-color css
<style>
span { border-color: #B9152F; }
span { border-color: rgb(185,21,47); }
td.TdClassName
{
border-color: #B9152F;
}
.TagClassName
{
border-color: #B9152F;
}
</style>