Shades of Cardinal #B7173F
Tints of Cardinal #B7173F
RGB
CMYK
RGB Variations
Color information
#B7173F (or 0xB7173F) is known color: Cardinal. HEX triplet: B7, 17 and 3F. RGB value is (183,23,63). Sum of RGB (Red+Green+Blue) = 183+23+63=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B7173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7173F is #48E8C0. Grayscale: #4B4B4B. Windows color (decimal): -4778177 or 4134839. OLE color: 4134839.
HSL color Cylindrical-coordinate representation of color #B7173F: hue angle of 345º 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 #B7173F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 63 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.28 |
| HSL | 345º | 0.78% | 0.4% | - |
| HSV(B) | 345º | 0.87% | 0.72% | - |
| XYZ | 20.73 | 11.04 | 5.74 | - |
| YUV | 75.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 63 | 0 | 0.87 | 0.66 | 0.28 | 345 | 0.78 | 0.4 |
| Hex | B7 | 17 | 3F | 0 | 57 | 42 | 1C | 159 | 4E | 28 |
| Octal | 267 | 27 | 77 | 0 | 127 | 102 | 34 | 531 | 116 | 50 |
| Binary | 10110111 | 10111 | 111111 | 0 | 1010111 | 1000010 | 11100 | 101011001 | 1001110 | 101000 |
Color Harmonies of #B7173F
Complementary color
Monochromatic Colors of #B7173F
Black with #B7173F
Text Example
Text Example
White with #B7173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7173F; }
p { color: rgb(183,23,63); }
H1.HeaderClassName
{
color: #B7173F;
}
.AnyTagClassName
{
color: #B7173F;
}
</style>
background-color css
<style>
a { background-color: #B7173F; }
a { background-color: rgb(183,23,63); }
div.DivClassName
{
background-color: #B7173F;
}
.BgClassName
{
background-color: #B7173F;
}
</style>
border-color css
<style>
span { border-color: #B7173F; }
span { border-color: rgb(183,23,63); }
td.TdClassName
{
border-color: #B7173F;
}
.TagClassName
{
border-color: #B7173F;
}
</style>