Shades of Cardinal #B9132F
Tints of Cardinal #B9132F
RGB
CMYK
RGB Variations
Color information
#B9132F (or 0xB9132F) is known color: Cardinal. HEX triplet: B9, 13 and 2F. RGB value is (185,19,47). Sum of RGB (Red+Green+Blue) = 185+19+47=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9132F is #46ECD0. Grayscale: #474747. Windows color (decimal): -4648145 or 3085241. OLE color: 3085241.
HSL color Cylindrical-coordinate representation of color #B9132F: hue angle of 349.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9132F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.27 |
| HSL | 349.88º | 0.81% | 0.4% | - |
| HSV(B) | 349.88º | 0.9% | 0.73% | - |
| XYZ | 20.75 | 10.99 | 3.72 | - |
| YUV | 71.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 47 | 0 | 0.90 | 0.75 | 0.27 | 349.88 | 0.81 | 0.4 |
| Hex | B9 | 13 | 2F | 0 | 5A | 4B | 1B | 15E | 51 | 28 |
| Octal | 271 | 23 | 57 | 0 | 132 | 113 | 33 | 536 | 121 | 50 |
| Binary | 10111001 | 10011 | 101111 | 0 | 1011010 | 1001011 | 11011 | 101011110 | 1010001 | 101000 |
Color Harmonies of #B9132F
Complementary color
Monochromatic Colors of #B9132F
Black with #B9132F
Text Example
Text Example
White with #B9132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9132F; }
p { color: rgb(185,19,47); }
H1.HeaderClassName
{
color: #B9132F;
}
.AnyTagClassName
{
color: #B9132F;
}
</style>
background-color css
<style>
a { background-color: #B9132F; }
a { background-color: rgb(185,19,47); }
div.DivClassName
{
background-color: #B9132F;
}
.BgClassName
{
background-color: #B9132F;
}
</style>
border-color css
<style>
span { border-color: #B9132F; }
span { border-color: rgb(185,19,47); }
td.TdClassName
{
border-color: #B9132F;
}
.TagClassName
{
border-color: #B9132F;
}
</style>