Shades of Cardinal #B7193D
Tints of Cardinal #B7193D
RGB
CMYK
RGB Variations
Color information
#B7193D (or 0xB7193D) is known color: Cardinal. HEX triplet: B7, 19 and 3D. RGB value is (183,25,61). Sum of RGB (Red+Green+Blue) = 183+25+61=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B7193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7193D is #48E6C2. Grayscale: #4C4C4C. Windows color (decimal): -4777667 or 4004279. OLE color: 4004279.
HSL color Cylindrical-coordinate representation of color #B7193D: hue angle of 346.33º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7193D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 61 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.28 |
| HSL | 346.33º | 0.76% | 0.41% | - |
| HSV(B) | 346.33º | 0.86% | 0.72% | - |
| XYZ | 20.72 | 11.1 | 5.47 | - |
| YUV | 76.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 61 | 0 | 0.86 | 0.67 | 0.28 | 346.33 | 0.76 | 0.41 |
| Hex | B7 | 19 | 3D | 0 | 56 | 43 | 1C | 15A | 4C | 29 |
| Octal | 267 | 31 | 75 | 0 | 126 | 103 | 34 | 532 | 114 | 51 |
| Binary | 10110111 | 11001 | 111101 | 0 | 1010110 | 1000011 | 11100 | 101011010 | 1001100 | 101001 |
Color Harmonies of #B7193D
Complementary color
Monochromatic Colors of #B7193D
Black with #B7193D
Text Example
Text Example
White with #B7193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7193D; }
p { color: rgb(183,25,61); }
H1.HeaderClassName
{
color: #B7193D;
}
.AnyTagClassName
{
color: #B7193D;
}
</style>
background-color css
<style>
a { background-color: #B7193D; }
a { background-color: rgb(183,25,61); }
div.DivClassName
{
background-color: #B7193D;
}
.BgClassName
{
background-color: #B7193D;
}
</style>
border-color css
<style>
span { border-color: #B7193D; }
span { border-color: rgb(183,25,61); }
td.TdClassName
{
border-color: #B7193D;
}
.TagClassName
{
border-color: #B7193D;
}
</style>