Shades of Cardinal #B2173D
Tints of Cardinal #B2173D
RGB
CMYK
RGB Variations
Color information
#B2173D (or 0xB2173D) is known color: Cardinal. HEX triplet: B2, 17 and 3D. RGB value is (178,23,61). Sum of RGB (Red+Green+Blue) = 178+23+61=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2173D is #4DE8C2. Grayscale: #494949. Windows color (decimal): -5105859 or 4003762. OLE color: 4003762.
HSL color Cylindrical-coordinate representation of color #B2173D: hue angle of 345.29º 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 #B2173D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 61 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.30 |
| HSL | 345.29º | 0.77% | 0.39% | - |
| HSV(B) | 345.29º | 0.87% | 0.7% | - |
| XYZ | 19.51 | 10.41 | 5.4 | - |
| YUV | 73.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 61 | 0 | 0.87 | 0.66 | 0.30 | 345.29 | 0.77 | 0.39 |
| Hex | B2 | 17 | 3D | 0 | 57 | 42 | 1E | 159 | 4D | 27 |
| Octal | 262 | 27 | 75 | 0 | 127 | 102 | 36 | 531 | 115 | 47 |
| Binary | 10110010 | 10111 | 111101 | 0 | 1010111 | 1000010 | 11110 | 101011001 | 1001101 | 100111 |
Color Harmonies of #B2173D
Complementary color
Monochromatic Colors of #B2173D
Black with #B2173D
Text Example
Text Example
White with #B2173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2173D; }
p { color: rgb(178,23,61); }
H1.HeaderClassName
{
color: #B2173D;
}
.AnyTagClassName
{
color: #B2173D;
}
</style>
background-color css
<style>
a { background-color: #B2173D; }
a { background-color: rgb(178,23,61); }
div.DivClassName
{
background-color: #B2173D;
}
.BgClassName
{
background-color: #B2173D;
}
</style>
border-color css
<style>
span { border-color: #B2173D; }
span { border-color: rgb(178,23,61); }
td.TdClassName
{
border-color: #B2173D;
}
.TagClassName
{
border-color: #B2173D;
}
</style>