Shades of Cardinal #B7173B
Tints of Cardinal #B7173B
RGB
CMYK
RGB Variations
Color information
#B7173B (or 0xB7173B) is known color: Cardinal. HEX triplet: B7, 17 and 3B. RGB value is (183,23,59). Sum of RGB (Red+Green+Blue) = 183+23+59=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7173B is #48E8C4. Grayscale: #4A4A4A. Windows color (decimal): -4778181 or 3872695. OLE color: 3872695.
HSL color Cylindrical-coordinate representation of color #B7173B: hue angle of 346.5º 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 #B7173B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.28 |
| HSL | 346.5º | 0.78% | 0.4% | - |
| HSV(B) | 346.5º | 0.87% | 0.72% | - |
| XYZ | 20.62 | 11 | 5.17 | - |
| YUV | 74.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 59 | 0 | 0.87 | 0.68 | 0.28 | 346.5 | 0.78 | 0.4 |
| Hex | B7 | 17 | 3B | 0 | 57 | 44 | 1C | 15A | 4E | 28 |
| Octal | 267 | 27 | 73 | 0 | 127 | 104 | 34 | 532 | 116 | 50 |
| Binary | 10110111 | 10111 | 111011 | 0 | 1010111 | 1000100 | 11100 | 101011010 | 1001110 | 101000 |
Color Harmonies of #B7173B
Complementary color
Monochromatic Colors of #B7173B
Black with #B7173B
Text Example
Text Example
White with #B7173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7173B; }
p { color: rgb(183,23,59); }
H1.HeaderClassName
{
color: #B7173B;
}
.AnyTagClassName
{
color: #B7173B;
}
</style>
background-color css
<style>
a { background-color: #B7173B; }
a { background-color: rgb(183,23,59); }
div.DivClassName
{
background-color: #B7173B;
}
.BgClassName
{
background-color: #B7173B;
}
</style>
border-color css
<style>
span { border-color: #B7173B; }
span { border-color: rgb(183,23,59); }
td.TdClassName
{
border-color: #B7173B;
}
.TagClassName
{
border-color: #B7173B;
}
</style>