Shades of Cardinal #B3173B
Tints of Cardinal #B3173B
RGB
CMYK
RGB Variations
Color information
#B3173B (or 0xB3173B) is known color: Cardinal. HEX triplet: B3, 17 and 3B. RGB value is (179,23,59). Sum of RGB (Red+Green+Blue) = 179+23+59=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3173B is #4CE8C4. Grayscale: #494949. Windows color (decimal): -5040325 or 3872691. OLE color: 3872691.
HSL color Cylindrical-coordinate representation of color #B3173B: hue angle of 346.15º 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 #B3173B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.30 |
| HSL | 346.15º | 0.77% | 0.4% | - |
| HSV(B) | 346.15º | 0.87% | 0.7% | - |
| XYZ | 19.69 | 10.51 | 5.13 | - |
| YUV | 73.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 59 | 0 | 0.87 | 0.67 | 0.30 | 346.15 | 0.77 | 0.4 |
| Hex | B3 | 17 | 3B | 0 | 57 | 43 | 1E | 15A | 4D | 28 |
| Octal | 263 | 27 | 73 | 0 | 127 | 103 | 36 | 532 | 115 | 50 |
| Binary | 10110011 | 10111 | 111011 | 0 | 1010111 | 1000011 | 11110 | 101011010 | 1001101 | 101000 |
Color Harmonies of #B3173B
Complementary color
Monochromatic Colors of #B3173B
Black with #B3173B
Text Example
Text Example
White with #B3173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3173B; }
p { color: rgb(179,23,59); }
H1.HeaderClassName
{
color: #B3173B;
}
.AnyTagClassName
{
color: #B3173B;
}
</style>
background-color css
<style>
a { background-color: #B3173B; }
a { background-color: rgb(179,23,59); }
div.DivClassName
{
background-color: #B3173B;
}
.BgClassName
{
background-color: #B3173B;
}
</style>
border-color css
<style>
span { border-color: #B3173B; }
span { border-color: rgb(179,23,59); }
td.TdClassName
{
border-color: #B3173B;
}
.TagClassName
{
border-color: #B3173B;
}
</style>