Shades of Cardinal #B7194A
Tints of Cardinal #B7194A
RGB
CMYK
RGB Variations
Color information
#B7194A (or 0xB7194A) is known color: Cardinal. HEX triplet: B7, 19 and 4A. RGB value is (183,25,74). Sum of RGB (Red+Green+Blue) = 183+25+74=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7194A is #48E6B5. Grayscale: #4D4D4D. Windows color (decimal): -4777654 or 4856247. OLE color: 4856247.
HSL color Cylindrical-coordinate representation of color #B7194A: hue angle of 341.39º 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 #B7194A is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 74 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.28 |
| HSL | 341.39º | 0.76% | 0.41% | - |
| HSV(B) | 341.39º | 0.86% | 0.72% | - |
| XYZ | 21.11 | 11.26 | 7.54 | - |
| YUV | 77.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 74 | 0 | 0.86 | 0.60 | 0.28 | 341.39 | 0.76 | 0.41 |
| Hex | B7 | 19 | 4A | 0 | 56 | 3C | 1C | 155 | 4C | 29 |
| Octal | 267 | 31 | 112 | 0 | 126 | 74 | 34 | 525 | 114 | 51 |
| Binary | 10110111 | 11001 | 1001010 | 0 | 1010110 | 111100 | 11100 | 101010101 | 1001100 | 101001 |
Color Harmonies of #B7194A
Complementary color
Monochromatic Colors of #B7194A
Black with #B7194A
Text Example
Text Example
White with #B7194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7194A; }
p { color: rgb(183,25,74); }
H1.HeaderClassName
{
color: #B7194A;
}
.AnyTagClassName
{
color: #B7194A;
}
</style>
background-color css
<style>
a { background-color: #B7194A; }
a { background-color: rgb(183,25,74); }
div.DivClassName
{
background-color: #B7194A;
}
.BgClassName
{
background-color: #B7194A;
}
</style>
border-color css
<style>
span { border-color: #B7194A; }
span { border-color: rgb(183,25,74); }
td.TdClassName
{
border-color: #B7194A;
}
.TagClassName
{
border-color: #B7194A;
}
</style>