Shades of Cardinal #B7173C
Tints of Cardinal #B7173C
RGB
CMYK
RGB Variations
Color information
#B7173C (or 0xB7173C) is known color: Cardinal. HEX triplet: B7, 17 and 3C. RGB value is (183,23,60). Sum of RGB (Red+Green+Blue) = 183+23+60=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7173C is #48E8C3. Grayscale: #4B4B4B. Windows color (decimal): -4778180 or 3938231. OLE color: 3938231.
HSL color Cylindrical-coordinate representation of color #B7173C: hue angle of 346.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7173C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 60 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.28 |
| HSL | 346.13º | 0.78% | 0.4% | - |
| HSV(B) | 346.13º | 0.87% | 0.72% | - |
| XYZ | 20.65 | 11.01 | 5.31 | - |
| YUV | 75.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 60 | 0 | 0.87 | 0.67 | 0.28 | 346.13 | 0.78 | 0.4 |
| Hex | B7 | 17 | 3C | 0 | 57 | 43 | 1C | 15A | 4E | 28 |
| Octal | 267 | 27 | 74 | 0 | 127 | 103 | 34 | 532 | 116 | 50 |
| Binary | 10110111 | 10111 | 111100 | 0 | 1010111 | 1000011 | 11100 | 101011010 | 1001110 | 101000 |
Color Harmonies of #B7173C
Complementary color
Monochromatic Colors of #B7173C
Black with #B7173C
Text Example
Text Example
White with #B7173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7173C; }
p { color: rgb(183,23,60); }
H1.HeaderClassName
{
color: #B7173C;
}
.AnyTagClassName
{
color: #B7173C;
}
</style>
background-color css
<style>
a { background-color: #B7173C; }
a { background-color: rgb(183,23,60); }
div.DivClassName
{
background-color: #B7173C;
}
.BgClassName
{
background-color: #B7173C;
}
</style>
border-color css
<style>
span { border-color: #B7173C; }
span { border-color: rgb(183,23,60); }
td.TdClassName
{
border-color: #B7173C;
}
.TagClassName
{
border-color: #B7173C;
}
</style>