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