Shades of Cardinal #B3173F
Tints of Cardinal #B3173F
RGB
CMYK
RGB Variations
Color information
#B3173F (or 0xB3173F) is known color: Cardinal. HEX triplet: B3, 17 and 3F. RGB value is (179,23,63). Sum of RGB (Red+Green+Blue) = 179+23+63=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B3173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3173F is #4CE8C0. Grayscale: #4A4A4A. Windows color (decimal): -5040321 or 4134835. OLE color: 4134835.
HSL color Cylindrical-coordinate representation of color #B3173F: hue angle of 344.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3173F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 63 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.30 |
| HSL | 344.62º | 0.77% | 0.4% | - |
| HSV(B) | 344.62º | 0.87% | 0.7% | - |
| XYZ | 19.79 | 10.56 | 5.7 | - |
| YUV | 74.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 63 | 0 | 0.87 | 0.65 | 0.30 | 344.62 | 0.77 | 0.4 |
| Hex | B3 | 17 | 3F | 0 | 57 | 41 | 1E | 159 | 4D | 28 |
| Octal | 263 | 27 | 77 | 0 | 127 | 101 | 36 | 531 | 115 | 50 |
| Binary | 10110011 | 10111 | 111111 | 0 | 1010111 | 1000001 | 11110 | 101011001 | 1001101 | 101000 |
Color Harmonies of #B3173F
Complementary color
Monochromatic Colors of #B3173F
Black with #B3173F
Text Example
Text Example
White with #B3173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3173F; }
p { color: rgb(179,23,63); }
H1.HeaderClassName
{
color: #B3173F;
}
.AnyTagClassName
{
color: #B3173F;
}
</style>
background-color css
<style>
a { background-color: #B3173F; }
a { background-color: rgb(179,23,63); }
div.DivClassName
{
background-color: #B3173F;
}
.BgClassName
{
background-color: #B3173F;
}
</style>
border-color css
<style>
span { border-color: #B3173F; }
span { border-color: rgb(179,23,63); }
td.TdClassName
{
border-color: #B3173F;
}
.TagClassName
{
border-color: #B3173F;
}
</style>