Shades of Cardinal #B9193F
Tints of Cardinal #B9193F
RGB
CMYK
RGB Variations
Color information
#B9193F (or 0xB9193F) is known color: Cardinal. HEX triplet: B9, 19 and 3F. RGB value is (185,25,63). Sum of RGB (Red+Green+Blue) = 185+25+63=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B9193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9193F is #46E6C0. Grayscale: #4D4D4D. Windows color (decimal): -4646593 or 4135353. OLE color: 4135353.
HSL color Cylindrical-coordinate representation of color #B9193F: hue angle of 345.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9193F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.27 |
| HSL | 345.75º | 0.76% | 0.41% | - |
| HSV(B) | 345.75º | 0.86% | 0.73% | - |
| XYZ | 21.25 | 11.37 | 5.78 | - |
| YUV | 77.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 63 | 0 | 0.86 | 0.66 | 0.27 | 345.75 | 0.76 | 0.41 |
| Hex | B9 | 19 | 3F | 0 | 56 | 42 | 1B | 15A | 4C | 29 |
| Octal | 271 | 31 | 77 | 0 | 126 | 102 | 33 | 532 | 114 | 51 |
| Binary | 10111001 | 11001 | 111111 | 0 | 1010110 | 1000010 | 11011 | 101011010 | 1001100 | 101001 |
Color Harmonies of #B9193F
Complementary color
Monochromatic Colors of #B9193F
Black with #B9193F
Text Example
Text Example
White with #B9193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9193F; }
p { color: rgb(185,25,63); }
H1.HeaderClassName
{
color: #B9193F;
}
.AnyTagClassName
{
color: #B9193F;
}
</style>
background-color css
<style>
a { background-color: #B9193F; }
a { background-color: rgb(185,25,63); }
div.DivClassName
{
background-color: #B9193F;
}
.BgClassName
{
background-color: #B9193F;
}
</style>
border-color css
<style>
span { border-color: #B9193F; }
span { border-color: rgb(185,25,63); }
td.TdClassName
{
border-color: #B9193F;
}
.TagClassName
{
border-color: #B9193F;
}
</style>