Shades of Cardinal #B9133E
Tints of Cardinal #B9133E
RGB
CMYK
RGB Variations
Color information
#B9133E (or 0xB9133E) is known color: Cardinal. HEX triplet: B9, 13 and 3E. RGB value is (185,19,62). Sum of RGB (Red+Green+Blue) = 185+19+62=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9133E is #46ECC1. Grayscale: #494949. Windows color (decimal): -4648130 or 4068281. OLE color: 4068281.
HSL color Cylindrical-coordinate representation of color #B9133E: hue angle of 344.46º 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 #B9133E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 62 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.27 |
| HSL | 344.46º | 0.81% | 0.4% | - |
| HSV(B) | 344.46º | 0.9% | 0.73% | - |
| XYZ | 21.11 | 11.13 | 5.59 | - |
| YUV | 73.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 62 | 0 | 0.90 | 0.66 | 0.27 | 344.46 | 0.81 | 0.4 |
| Hex | B9 | 13 | 3E | 0 | 5A | 42 | 1B | 158 | 51 | 28 |
| Octal | 271 | 23 | 76 | 0 | 132 | 102 | 33 | 530 | 121 | 50 |
| Binary | 10111001 | 10011 | 111110 | 0 | 1011010 | 1000010 | 11011 | 101011000 | 1010001 | 101000 |
Color Harmonies of #B9133E
Complementary color
Monochromatic Colors of #B9133E
Black with #B9133E
Text Example
Text Example
White with #B9133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9133E; }
p { color: rgb(185,19,62); }
H1.HeaderClassName
{
color: #B9133E;
}
.AnyTagClassName
{
color: #B9133E;
}
</style>
background-color css
<style>
a { background-color: #B9133E; }
a { background-color: rgb(185,19,62); }
div.DivClassName
{
background-color: #B9133E;
}
.BgClassName
{
background-color: #B9133E;
}
</style>
border-color css
<style>
span { border-color: #B9133E; }
span { border-color: rgb(185,19,62); }
td.TdClassName
{
border-color: #B9133E;
}
.TagClassName
{
border-color: #B9133E;
}
</style>