Shades of Cardinal #B2173B
Tints of Cardinal #B2173B
RGB
CMYK
RGB Variations
Color information
#B2173B (or 0xB2173B) is known color: Cardinal. HEX triplet: B2, 17 and 3B. RGB value is (178,23,59). Sum of RGB (Red+Green+Blue) = 178+23+59=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2173B is #4DE8C4. Grayscale: #494949. Windows color (decimal): -5105861 or 3872690. OLE color: 3872690.
HSL color Cylindrical-coordinate representation of color #B2173B: hue angle of 346.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2173B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.30 |
| HSL | 346.06º | 0.77% | 0.39% | - |
| HSV(B) | 346.06º | 0.87% | 0.7% | - |
| XYZ | 19.46 | 10.39 | 5.12 | - |
| YUV | 73.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 59 | 0 | 0.87 | 0.67 | 0.30 | 346.06 | 0.77 | 0.39 |
| Hex | B2 | 17 | 3B | 0 | 57 | 43 | 1E | 15A | 4D | 27 |
| Octal | 262 | 27 | 73 | 0 | 127 | 103 | 36 | 532 | 115 | 47 |
| Binary | 10110010 | 10111 | 111011 | 0 | 1010111 | 1000011 | 11110 | 101011010 | 1001101 | 100111 |
Color Harmonies of #B2173B
Complementary color
Monochromatic Colors of #B2173B
Black with #B2173B
Text Example
Text Example
White with #B2173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2173B; }
p { color: rgb(178,23,59); }
H1.HeaderClassName
{
color: #B2173B;
}
.AnyTagClassName
{
color: #B2173B;
}
</style>
background-color css
<style>
a { background-color: #B2173B; }
a { background-color: rgb(178,23,59); }
div.DivClassName
{
background-color: #B2173B;
}
.BgClassName
{
background-color: #B2173B;
}
</style>
border-color css
<style>
span { border-color: #B2173B; }
span { border-color: rgb(178,23,59); }
td.TdClassName
{
border-color: #B2173B;
}
.TagClassName
{
border-color: #B2173B;
}
</style>