Shades of Cardinal #B2172C
Tints of Cardinal #B2172C
RGB
CMYK
RGB Variations
Color information
#B2172C (or 0xB2172C) is known color: Cardinal. HEX triplet: B2, 17 and 2C. RGB value is (178,23,44). Sum of RGB (Red+Green+Blue) = 178+23+44=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2172C is #4DE8D3. Grayscale: #474747. Windows color (decimal): -5105876 or 2889650. OLE color: 2889650.
HSL color Cylindrical-coordinate representation of color #B2172C: hue angle of 351.87º 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 #B2172C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 44 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.30 |
| HSL | 351.87º | 0.77% | 0.39% | - |
| HSV(B) | 351.87º | 0.87% | 0.7% | - |
| XYZ | 19.12 | 10.26 | 3.36 | - |
| YUV | 71.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 44 | 0 | 0.87 | 0.75 | 0.30 | 351.87 | 0.77 | 0.39 |
| Hex | B2 | 17 | 2C | 0 | 57 | 4B | 1E | 160 | 4D | 27 |
| Octal | 262 | 27 | 54 | 0 | 127 | 113 | 36 | 540 | 115 | 47 |
| Binary | 10110010 | 10111 | 101100 | 0 | 1010111 | 1001011 | 11110 | 101100000 | 1001101 | 100111 |
Color Harmonies of #B2172C
Complementary color
Monochromatic Colors of #B2172C
Black with #B2172C
Text Example
Text Example
White with #B2172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2172C; }
p { color: rgb(178,23,44); }
H1.HeaderClassName
{
color: #B2172C;
}
.AnyTagClassName
{
color: #B2172C;
}
</style>
background-color css
<style>
a { background-color: #B2172C; }
a { background-color: rgb(178,23,44); }
div.DivClassName
{
background-color: #B2172C;
}
.BgClassName
{
background-color: #B2172C;
}
</style>
border-color css
<style>
span { border-color: #B2172C; }
span { border-color: rgb(178,23,44); }
td.TdClassName
{
border-color: #B2172C;
}
.TagClassName
{
border-color: #B2172C;
}
</style>