Shades of Cardinal #B2173A
Tints of Cardinal #B2173A
RGB
CMYK
RGB Variations
Color information
#B2173A (or 0xB2173A) is known color: Cardinal. HEX triplet: B2, 17 and 3A. RGB value is (178,23,58). Sum of RGB (Red+Green+Blue) = 178+23+58=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2173A is #4DE8C5. Grayscale: #494949. Windows color (decimal): -5105862 or 3807154. OLE color: 3807154.
HSL color Cylindrical-coordinate representation of color #B2173A: hue angle of 346.45º 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 #B2173A is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 58 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.30 |
| HSL | 346.45º | 0.77% | 0.39% | - |
| HSV(B) | 346.45º | 0.87% | 0.7% | - |
| XYZ | 19.43 | 10.38 | 4.98 | - |
| YUV | 73.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 58 | 0 | 0.87 | 0.67 | 0.30 | 346.45 | 0.77 | 0.39 |
| Hex | B2 | 17 | 3A | 0 | 57 | 43 | 1E | 15A | 4D | 27 |
| Octal | 262 | 27 | 72 | 0 | 127 | 103 | 36 | 532 | 115 | 47 |
| Binary | 10110010 | 10111 | 111010 | 0 | 1010111 | 1000011 | 11110 | 101011010 | 1001101 | 100111 |
Color Harmonies of #B2173A
Complementary color
Monochromatic Colors of #B2173A
Black with #B2173A
Text Example
Text Example
White with #B2173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2173A; }
p { color: rgb(178,23,58); }
H1.HeaderClassName
{
color: #B2173A;
}
.AnyTagClassName
{
color: #B2173A;
}
</style>
background-color css
<style>
a { background-color: #B2173A; }
a { background-color: rgb(178,23,58); }
div.DivClassName
{
background-color: #B2173A;
}
.BgClassName
{
background-color: #B2173A;
}
</style>
border-color css
<style>
span { border-color: #B2173A; }
span { border-color: rgb(178,23,58); }
td.TdClassName
{
border-color: #B2173A;
}
.TagClassName
{
border-color: #B2173A;
}
</style>