Shades of Cardinal #B7192F
Tints of Cardinal #B7192F
RGB
CMYK
RGB Variations
Color information
#B7192F (or 0xB7192F) is known color: Cardinal. HEX triplet: B7, 19 and 2F. RGB value is (183,25,47). Sum of RGB (Red+Green+Blue) = 183+25+47=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192F is #48E6D0. Grayscale: #4A4A4A. Windows color (decimal): -4777681 or 3086775. OLE color: 3086775.
HSL color Cylindrical-coordinate representation of color #B7192F: hue angle of 351.65º 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 #B7192F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 47 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.28 |
| HSL | 351.65º | 0.76% | 0.41% | - |
| HSV(B) | 351.65º | 0.86% | 0.72% | - |
| XYZ | 20.39 | 10.97 | 3.73 | - |
| YUV | 74.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 47 | 0 | 0.86 | 0.74 | 0.28 | 351.65 | 0.76 | 0.41 |
| Hex | B7 | 19 | 2F | 0 | 56 | 4A | 1C | 160 | 4C | 29 |
| Octal | 267 | 31 | 57 | 0 | 126 | 112 | 34 | 540 | 114 | 51 |
| Binary | 10110111 | 11001 | 101111 | 0 | 1010110 | 1001010 | 11100 | 101100000 | 1001100 | 101001 |
Color Harmonies of #B7192F
Complementary color
Monochromatic Colors of #B7192F
Black with #B7192F
Text Example
Text Example
White with #B7192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7192F; }
p { color: rgb(183,25,47); }
H1.HeaderClassName
{
color: #B7192F;
}
.AnyTagClassName
{
color: #B7192F;
}
</style>
background-color css
<style>
a { background-color: #B7192F; }
a { background-color: rgb(183,25,47); }
div.DivClassName
{
background-color: #B7192F;
}
.BgClassName
{
background-color: #B7192F;
}
</style>
border-color css
<style>
span { border-color: #B7192F; }
span { border-color: rgb(183,25,47); }
td.TdClassName
{
border-color: #B7192F;
}
.TagClassName
{
border-color: #B7192F;
}
</style>