Shades of Cardinal #B9003E
Tints of Cardinal #B9003E
RGB
CMYK
RGB Variations
Color information
#B9003E (or 0xB9003E) is known color: Cardinal. HEX triplet: B9, 00 and 3E. RGB value is (185,0,62). Sum of RGB (Red+Green+Blue) = 185+0+62=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003E is #46FFC1. Grayscale: #3E3E3E. Windows color (decimal): -4652994 or 4063417. OLE color: 4063417.
HSL color Cylindrical-coordinate representation of color #B9003E: hue angle of 339.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9003E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.66 | 0.27 |
| HSL | 339.89º | 1% | 0.36% | - |
| HSV(B) | 339.89º | 1% | 0.73% | - |
| XYZ | 20.88 | 10.66 | 5.52 | - |
| YUV | 62.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 62 | 0 | 1 | 0.66 | 0.27 | 339.89 | 1 | 0.36 |
| Hex | B9 | 0 | 3E | 0 | 64 | 42 | 1B | 154 | 64 | 24 |
| Octal | 271 | 0 | 76 | 0 | 144 | 102 | 33 | 524 | 144 | 44 |
| Binary | 10111001 | 0 | 111110 | 0 | 1100100 | 1000010 | 11011 | 101010100 | 1100100 | 100100 |
Color Harmonies of #B9003E
Complementary color
Monochromatic Colors of #B9003E
Black with #B9003E
Text Example
Text Example
White with #B9003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9003E; }
p { color: rgb(185,0,62); }
H1.HeaderClassName
{
color: #B9003E;
}
.AnyTagClassName
{
color: #B9003E;
}
</style>
background-color css
<style>
a { background-color: #B9003E; }
a { background-color: rgb(185,0,62); }
div.DivClassName
{
background-color: #B9003E;
}
.BgClassName
{
background-color: #B9003E;
}
</style>
border-color css
<style>
span { border-color: #B9003E; }
span { border-color: rgb(185,0,62); }
td.TdClassName
{
border-color: #B9003E;
}
.TagClassName
{
border-color: #B9003E;
}
</style>