Shades of Cardinal #B21739
Tints of Cardinal #B21739
RGB
CMYK
RGB Variations
Color information
#B21739 (or 0xB21739) is known color: Cardinal. HEX triplet: B2, 17 and 39. RGB value is (178,23,57). Sum of RGB (Red+Green+Blue) = 178+23+57=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B21739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21739 is #4DE8C6. Grayscale: #494949. Windows color (decimal): -5105863 or 3741618. OLE color: 3741618.
HSL color Cylindrical-coordinate representation of color #B21739: hue angle of 346.84º 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 #B21739 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 57 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.30 |
| HSL | 346.84º | 0.77% | 0.39% | - |
| HSV(B) | 346.84º | 0.87% | 0.7% | - |
| XYZ | 19.41 | 10.37 | 4.85 | - |
| YUV | 73.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 57 | 0 | 0.87 | 0.68 | 0.30 | 346.84 | 0.77 | 0.39 |
| Hex | B2 | 17 | 39 | 0 | 57 | 44 | 1E | 15B | 4D | 27 |
| Octal | 262 | 27 | 71 | 0 | 127 | 104 | 36 | 533 | 115 | 47 |
| Binary | 10110010 | 10111 | 111001 | 0 | 1010111 | 1000100 | 11110 | 101011011 | 1001101 | 100111 |
Color Harmonies of #B21739
Complementary color
Monochromatic Colors of #B21739
Black with #B21739
Text Example
Text Example
White with #B21739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21739; }
p { color: rgb(178,23,57); }
H1.HeaderClassName
{
color: #B21739;
}
.AnyTagClassName
{
color: #B21739;
}
</style>
background-color css
<style>
a { background-color: #B21739; }
a { background-color: rgb(178,23,57); }
div.DivClassName
{
background-color: #B21739;
}
.BgClassName
{
background-color: #B21739;
}
</style>
border-color css
<style>
span { border-color: #B21739; }
span { border-color: rgb(178,23,57); }
td.TdClassName
{
border-color: #B21739;
}
.TagClassName
{
border-color: #B21739;
}
</style>