Shades of Cardinal #B9113E
Tints of Cardinal #B9113E
RGB
CMYK
RGB Variations
Color information
#B9113E (or 0xB9113E) is known color: Cardinal. HEX triplet: B9, 11 and 3E. RGB value is (185,17,62). Sum of RGB (Red+Green+Blue) = 185+17+62=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9113E is #46EEC1. Grayscale: #484848. Windows color (decimal): -4648642 or 4067769. OLE color: 4067769.
HSL color Cylindrical-coordinate representation of color #B9113E: hue angle of 343.93º 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 #B9113E is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 62 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.27 |
| HSL | 343.93º | 0.83% | 0.4% | - |
| HSV(B) | 343.93º | 0.91% | 0.73% | - |
| XYZ | 21.08 | 11.06 | 5.58 | - |
| YUV | 72.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 62 | 0 | 0.91 | 0.66 | 0.27 | 343.93 | 0.83 | 0.4 |
| Hex | B9 | 11 | 3E | 0 | 5B | 42 | 1B | 158 | 53 | 28 |
| Octal | 271 | 21 | 76 | 0 | 133 | 102 | 33 | 530 | 123 | 50 |
| Binary | 10111001 | 10001 | 111110 | 0 | 1011011 | 1000010 | 11011 | 101011000 | 1010011 | 101000 |
Color Harmonies of #B9113E
Complementary color
Monochromatic Colors of #B9113E
Black with #B9113E
Text Example
Text Example
White with #B9113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9113E; }
p { color: rgb(185,17,62); }
H1.HeaderClassName
{
color: #B9113E;
}
.AnyTagClassName
{
color: #B9113E;
}
</style>
background-color css
<style>
a { background-color: #B9113E; }
a { background-color: rgb(185,17,62); }
div.DivClassName
{
background-color: #B9113E;
}
.BgClassName
{
background-color: #B9113E;
}
</style>
border-color css
<style>
span { border-color: #B9113E; }
span { border-color: rgb(185,17,62); }
td.TdClassName
{
border-color: #B9113E;
}
.TagClassName
{
border-color: #B9113E;
}
</style>