Shades of Cardinal #B9113D
Tints of Cardinal #B9113D
RGB
CMYK
RGB Variations
Color information
#B9113D (or 0xB9113D) is known color: Cardinal. HEX triplet: B9, 11 and 3D. RGB value is (185,17,61). Sum of RGB (Red+Green+Blue) = 185+17+61=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9113D is #46EEC2. Grayscale: #484848. Windows color (decimal): -4648643 or 4002233. OLE color: 4002233.
HSL color Cylindrical-coordinate representation of color #B9113D: hue angle of 344.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9113D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.27 |
| HSL | 344.29º | 0.83% | 0.4% | - |
| HSV(B) | 344.29º | 0.91% | 0.73% | - |
| XYZ | 21.05 | 11.05 | 5.44 | - |
| YUV | 72.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 61 | 0 | 0.91 | 0.67 | 0.27 | 344.29 | 0.83 | 0.4 |
| Hex | B9 | 11 | 3D | 0 | 5B | 43 | 1B | 158 | 53 | 28 |
| Octal | 271 | 21 | 75 | 0 | 133 | 103 | 33 | 530 | 123 | 50 |
| Binary | 10111001 | 10001 | 111101 | 0 | 1011011 | 1000011 | 11011 | 101011000 | 1010011 | 101000 |
Color Harmonies of #B9113D
Complementary color
Monochromatic Colors of #B9113D
Black with #B9113D
Text Example
Text Example
White with #B9113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9113D; }
p { color: rgb(185,17,61); }
H1.HeaderClassName
{
color: #B9113D;
}
.AnyTagClassName
{
color: #B9113D;
}
</style>
background-color css
<style>
a { background-color: #B9113D; }
a { background-color: rgb(185,17,61); }
div.DivClassName
{
background-color: #B9113D;
}
.BgClassName
{
background-color: #B9113D;
}
</style>
border-color css
<style>
span { border-color: #B9113D; }
span { border-color: rgb(185,17,61); }
td.TdClassName
{
border-color: #B9113D;
}
.TagClassName
{
border-color: #B9113D;
}
</style>