Shades of Cardinal #B9003D
Tints of Cardinal #B9003D
RGB
CMYK
RGB Variations
Color information
#B9003D (or 0xB9003D) is known color: Cardinal. HEX triplet: B9, 00 and 3D. RGB value is (185,0,61). Sum of RGB (Red+Green+Blue) = 185+0+61=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B9003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9003D is #46FFC2. Grayscale: #3E3E3E. Windows color (decimal): -4652995 or 3997881. OLE color: 3997881.
HSL color Cylindrical-coordinate representation of color #B9003D: hue angle of 340.22º 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 #B9003D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.67 | 0.27 |
| HSL | 340.22º | 1% | 0.36% | - |
| HSV(B) | 340.22º | 1% | 0.73% | - |
| XYZ | 20.85 | 10.65 | 5.37 | - |
| YUV | 62.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 61 | 0 | 1 | 0.67 | 0.27 | 340.22 | 1 | 0.36 |
| Hex | B9 | 0 | 3D | 0 | 64 | 43 | 1B | 154 | 64 | 24 |
| Octal | 271 | 0 | 75 | 0 | 144 | 103 | 33 | 524 | 144 | 44 |
| Binary | 10111001 | 0 | 111101 | 0 | 1100100 | 1000011 | 11011 | 101010100 | 1100100 | 100100 |
Color Harmonies of #B9003D
Complementary color
Monochromatic Colors of #B9003D
Black with #B9003D
Text Example
Text Example
White with #B9003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9003D; }
p { color: rgb(185,0,61); }
H1.HeaderClassName
{
color: #B9003D;
}
.AnyTagClassName
{
color: #B9003D;
}
</style>
background-color css
<style>
a { background-color: #B9003D; }
a { background-color: rgb(185,0,61); }
div.DivClassName
{
background-color: #B9003D;
}
.BgClassName
{
background-color: #B9003D;
}
</style>
border-color css
<style>
span { border-color: #B9003D; }
span { border-color: rgb(185,0,61); }
td.TdClassName
{
border-color: #B9003D;
}
.TagClassName
{
border-color: #B9003D;
}
</style>