Shades of Cardinal #B9193B
Tints of Cardinal #B9193B
RGB
CMYK
RGB Variations
Color information
#B9193B (or 0xB9193B) is known color: Cardinal. HEX triplet: B9, 19 and 3B. RGB value is (185,25,59). Sum of RGB (Red+Green+Blue) = 185+25+59=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9193B is #46E6C4. Grayscale: #4C4C4C. Windows color (decimal): -4646597 or 3873209. OLE color: 3873209.
HSL color Cylindrical-coordinate representation of color #B9193B: hue angle of 347.25º 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 #B9193B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 59 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.27 |
| HSL | 347.25º | 0.76% | 0.41% | - |
| HSV(B) | 347.25º | 0.86% | 0.73% | - |
| XYZ | 21.14 | 11.33 | 5.21 | - |
| YUV | 76.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 59 | 0 | 0.86 | 0.68 | 0.27 | 347.25 | 0.76 | 0.41 |
| Hex | B9 | 19 | 3B | 0 | 56 | 44 | 1B | 15B | 4C | 29 |
| Octal | 271 | 31 | 73 | 0 | 126 | 104 | 33 | 533 | 114 | 51 |
| Binary | 10111001 | 11001 | 111011 | 0 | 1010110 | 1000100 | 11011 | 101011011 | 1001100 | 101001 |
Color Harmonies of #B9193B
Complementary color
Monochromatic Colors of #B9193B
Black with #B9193B
Text Example
Text Example
White with #B9193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9193B; }
p { color: rgb(185,25,59); }
H1.HeaderClassName
{
color: #B9193B;
}
.AnyTagClassName
{
color: #B9193B;
}
</style>
background-color css
<style>
a { background-color: #B9193B; }
a { background-color: rgb(185,25,59); }
div.DivClassName
{
background-color: #B9193B;
}
.BgClassName
{
background-color: #B9193B;
}
</style>
border-color css
<style>
span { border-color: #B9193B; }
span { border-color: rgb(185,25,59); }
td.TdClassName
{
border-color: #B9193B;
}
.TagClassName
{
border-color: #B9193B;
}
</style>