Shades of Cardinal #B7192D
Tints of Cardinal #B7192D
RGB
CMYK
RGB Variations
Color information
#B7192D (or 0xB7192D) is known color: Cardinal. HEX triplet: B7, 19 and 2D. RGB value is (183,25,45). Sum of RGB (Red+Green+Blue) = 183+25+45=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B7192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7192D is #48E6D2. Grayscale: #4A4A4A. Windows color (decimal): -4777683 or 2955703. OLE color: 2955703.
HSL color Cylindrical-coordinate representation of color #B7192D: hue angle of 352.41º 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 #B7192D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 45 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.28 |
| HSL | 352.41º | 0.76% | 0.41% | - |
| HSV(B) | 352.41º | 0.86% | 0.72% | - |
| XYZ | 20.35 | 10.95 | 3.52 | - |
| YUV | 74.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 45 | 0 | 0.86 | 0.75 | 0.28 | 352.41 | 0.76 | 0.41 |
| Hex | B7 | 19 | 2D | 0 | 56 | 4B | 1C | 160 | 4C | 29 |
| Octal | 267 | 31 | 55 | 0 | 126 | 113 | 34 | 540 | 114 | 51 |
| Binary | 10110111 | 11001 | 101101 | 0 | 1010110 | 1001011 | 11100 | 101100000 | 1001100 | 101001 |
Color Harmonies of #B7192D
Complementary color
Monochromatic Colors of #B7192D
Black with #B7192D
Text Example
Text Example
White with #B7192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7192D; }
p { color: rgb(183,25,45); }
H1.HeaderClassName
{
color: #B7192D;
}
.AnyTagClassName
{
color: #B7192D;
}
</style>
background-color css
<style>
a { background-color: #B7192D; }
a { background-color: rgb(183,25,45); }
div.DivClassName
{
background-color: #B7192D;
}
.BgClassName
{
background-color: #B7192D;
}
</style>
border-color css
<style>
span { border-color: #B7192D; }
span { border-color: rgb(183,25,45); }
td.TdClassName
{
border-color: #B7192D;
}
.TagClassName
{
border-color: #B7192D;
}
</style>