Shades of Cardinal #B7192B
Tints of Cardinal #B7192B
RGB
CMYK
RGB Variations
Color information
#B7192B (or 0xB7192B) is known color: Cardinal. HEX triplet: B7, 19 and 2B. RGB value is (183,25,43). Sum of RGB (Red+Green+Blue) = 183+25+43=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192B is #48E6D4. Grayscale: #4A4A4A. Windows color (decimal): -4777685 or 2824631. OLE color: 2824631.
HSL color Cylindrical-coordinate representation of color #B7192B: hue angle of 353.16º 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 #B7192B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 43 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.28 |
| HSL | 353.16º | 0.76% | 0.41% | - |
| HSV(B) | 353.16º | 0.86% | 0.72% | - |
| XYZ | 20.31 | 10.94 | 3.33 | - |
| YUV | 74.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 43 | 0 | 0.86 | 0.77 | 0.28 | 353.16 | 0.76 | 0.41 |
| Hex | B7 | 19 | 2B | 0 | 56 | 4D | 1C | 161 | 4C | 29 |
| Octal | 267 | 31 | 53 | 0 | 126 | 115 | 34 | 541 | 114 | 51 |
| Binary | 10110111 | 11001 | 101011 | 0 | 1010110 | 1001101 | 11100 | 101100001 | 1001100 | 101001 |
Color Harmonies of #B7192B
Complementary color
Monochromatic Colors of #B7192B
Black with #B7192B
Text Example
Text Example
White with #B7192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7192B; }
p { color: rgb(183,25,43); }
H1.HeaderClassName
{
color: #B7192B;
}
.AnyTagClassName
{
color: #B7192B;
}
</style>
background-color css
<style>
a { background-color: #B7192B; }
a { background-color: rgb(183,25,43); }
div.DivClassName
{
background-color: #B7192B;
}
.BgClassName
{
background-color: #B7192B;
}
</style>
border-color css
<style>
span { border-color: #B7192B; }
span { border-color: rgb(183,25,43); }
td.TdClassName
{
border-color: #B7192B;
}
.TagClassName
{
border-color: #B7192B;
}
</style>