Shades of Cardinal #B2172D
Tints of Cardinal #B2172D
RGB
CMYK
RGB Variations
Color information
#B2172D (or 0xB2172D) is known color: Cardinal. HEX triplet: B2, 17 and 2D. RGB value is (178,23,45). Sum of RGB (Red+Green+Blue) = 178+23+45=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2172D is #4DE8D2. Grayscale: #474747. Windows color (decimal): -5105875 or 2955186. OLE color: 2955186.
HSL color Cylindrical-coordinate representation of color #B2172D: hue angle of 351.48º 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 #B2172D is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 45 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.30 |
| HSL | 351.48º | 0.77% | 0.39% | - |
| HSV(B) | 351.48º | 0.87% | 0.7% | - |
| XYZ | 19.14 | 10.27 | 3.46 | - |
| YUV | 71.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 45 | 0 | 0.87 | 0.75 | 0.30 | 351.48 | 0.77 | 0.39 |
| Hex | B2 | 17 | 2D | 0 | 57 | 4B | 1E | 15F | 4D | 27 |
| Octal | 262 | 27 | 55 | 0 | 127 | 113 | 36 | 537 | 115 | 47 |
| Binary | 10110010 | 10111 | 101101 | 0 | 1010111 | 1001011 | 11110 | 101011111 | 1001101 | 100111 |
Color Harmonies of #B2172D
Complementary color
Monochromatic Colors of #B2172D
Black with #B2172D
Text Example
Text Example
White with #B2172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2172D; }
p { color: rgb(178,23,45); }
H1.HeaderClassName
{
color: #B2172D;
}
.AnyTagClassName
{
color: #B2172D;
}
</style>
background-color css
<style>
a { background-color: #B2172D; }
a { background-color: rgb(178,23,45); }
div.DivClassName
{
background-color: #B2172D;
}
.BgClassName
{
background-color: #B2172D;
}
</style>
border-color css
<style>
span { border-color: #B2172D; }
span { border-color: rgb(178,23,45); }
td.TdClassName
{
border-color: #B2172D;
}
.TagClassName
{
border-color: #B2172D;
}
</style>