Shades of Cardinal #B9193D
Tints of Cardinal #B9193D
RGB
CMYK
RGB Variations
Color information
#B9193D (or 0xB9193D) is known color: Cardinal. HEX triplet: B9, 19 and 3D. RGB value is (185,25,61). Sum of RGB (Red+Green+Blue) = 185+25+61=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9193D is #46E6C2. Grayscale: #4C4C4C. Windows color (decimal): -4646595 or 4004281. OLE color: 4004281.
HSL color Cylindrical-coordinate representation of color #B9193D: hue angle of 346.5º 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 #B9193D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 61 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.27 |
| HSL | 346.5º | 0.76% | 0.41% | - |
| HSV(B) | 346.5º | 0.86% | 0.73% | - |
| XYZ | 21.2 | 11.35 | 5.49 | - |
| YUV | 76.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 61 | 0 | 0.86 | 0.67 | 0.27 | 346.5 | 0.76 | 0.41 |
| Hex | B9 | 19 | 3D | 0 | 56 | 43 | 1B | 15A | 4C | 29 |
| Octal | 271 | 31 | 75 | 0 | 126 | 103 | 33 | 532 | 114 | 51 |
| Binary | 10111001 | 11001 | 111101 | 0 | 1010110 | 1000011 | 11011 | 101011010 | 1001100 | 101001 |
Color Harmonies of #B9193D
Complementary color
Monochromatic Colors of #B9193D
Black with #B9193D
Text Example
Text Example
White with #B9193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9193D; }
p { color: rgb(185,25,61); }
H1.HeaderClassName
{
color: #B9193D;
}
.AnyTagClassName
{
color: #B9193D;
}
</style>
background-color css
<style>
a { background-color: #B9193D; }
a { background-color: rgb(185,25,61); }
div.DivClassName
{
background-color: #B9193D;
}
.BgClassName
{
background-color: #B9193D;
}
</style>
border-color css
<style>
span { border-color: #B9193D; }
span { border-color: rgb(185,25,61); }
td.TdClassName
{
border-color: #B9193D;
}
.TagClassName
{
border-color: #B9193D;
}
</style>