Shades of Cardinal #B7173A
Tints of Cardinal #B7173A
RGB
CMYK
RGB Variations
Color information
#B7173A (or 0xB7173A) is known color: Cardinal. HEX triplet: B7, 17 and 3A. RGB value is (183,23,58). Sum of RGB (Red+Green+Blue) = 183+23+58=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7173A is #48E8C5. Grayscale: #4A4A4A. Windows color (decimal): -4778182 or 3807159. OLE color: 3807159.
HSL color Cylindrical-coordinate representation of color #B7173A: hue angle of 346.88º 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 #B7173A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 58 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.28 |
| HSL | 346.88º | 0.78% | 0.4% | - |
| HSV(B) | 346.88º | 0.87% | 0.72% | - |
| XYZ | 20.6 | 10.99 | 5.04 | - |
| YUV | 74.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 58 | 0 | 0.87 | 0.68 | 0.28 | 346.88 | 0.78 | 0.4 |
| Hex | B7 | 17 | 3A | 0 | 57 | 44 | 1C | 15B | 4E | 28 |
| Octal | 267 | 27 | 72 | 0 | 127 | 104 | 34 | 533 | 116 | 50 |
| Binary | 10110111 | 10111 | 111010 | 0 | 1010111 | 1000100 | 11100 | 101011011 | 1001110 | 101000 |
Color Harmonies of #B7173A
Complementary color
Monochromatic Colors of #B7173A
Black with #B7173A
Text Example
Text Example
White with #B7173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7173A; }
p { color: rgb(183,23,58); }
H1.HeaderClassName
{
color: #B7173A;
}
.AnyTagClassName
{
color: #B7173A;
}
</style>
background-color css
<style>
a { background-color: #B7173A; }
a { background-color: rgb(183,23,58); }
div.DivClassName
{
background-color: #B7173A;
}
.BgClassName
{
background-color: #B7173A;
}
</style>
border-color css
<style>
span { border-color: #B7173A; }
span { border-color: rgb(183,23,58); }
td.TdClassName
{
border-color: #B7173A;
}
.TagClassName
{
border-color: #B7173A;
}
</style>