Shades of Cardinal #B7193E
Tints of Cardinal #B7193E
RGB
CMYK
RGB Variations
Color information
#B7193E (or 0xB7193E) is known color: Cardinal. HEX triplet: B7, 19 and 3E. RGB value is (183,25,62). Sum of RGB (Red+Green+Blue) = 183+25+62=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B7193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7193E is #48E6C1. Grayscale: #4C4C4C. Windows color (decimal): -4777666 or 4069815. OLE color: 4069815.
HSL color Cylindrical-coordinate representation of color #B7193E: hue angle of 345.95º 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 #B7193E is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 62 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.28 |
| HSL | 345.95º | 0.76% | 0.41% | - |
| HSV(B) | 345.95º | 0.86% | 0.72% | - |
| XYZ | 20.75 | 11.11 | 5.61 | - |
| YUV | 76.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 62 | 0 | 0.86 | 0.66 | 0.28 | 345.95 | 0.76 | 0.41 |
| Hex | B7 | 19 | 3E | 0 | 56 | 42 | 1C | 15A | 4C | 29 |
| Octal | 267 | 31 | 76 | 0 | 126 | 102 | 34 | 532 | 114 | 51 |
| Binary | 10110111 | 11001 | 111110 | 0 | 1010110 | 1000010 | 11100 | 101011010 | 1001100 | 101001 |
Color Harmonies of #B7193E
Complementary color
Monochromatic Colors of #B7193E
Black with #B7193E
Text Example
Text Example
White with #B7193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7193E; }
p { color: rgb(183,25,62); }
H1.HeaderClassName
{
color: #B7193E;
}
.AnyTagClassName
{
color: #B7193E;
}
</style>
background-color css
<style>
a { background-color: #B7193E; }
a { background-color: rgb(183,25,62); }
div.DivClassName
{
background-color: #B7193E;
}
.BgClassName
{
background-color: #B7193E;
}
</style>
border-color css
<style>
span { border-color: #B7193E; }
span { border-color: rgb(183,25,62); }
td.TdClassName
{
border-color: #B7193E;
}
.TagClassName
{
border-color: #B7193E;
}
</style>