Shades of Cardinal #B21827
Tints of Cardinal #B21827
RGB
CMYK
RGB Variations
Color information
#B21827 (or 0xB21827) is known color: Cardinal. HEX triplet: B2, 18 and 27. RGB value is (178,24,39). Sum of RGB (Red+Green+Blue) = 178+24+39=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B21827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21827 is #4DE7D8. Grayscale: #474747. Windows color (decimal): -5105625 or 2562226. OLE color: 2562226.
HSL color Cylindrical-coordinate representation of color #B21827: hue angle of 354.16º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21827 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 39 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.30 |
| HSL | 354.16º | 0.76% | 0.4% | - |
| HSV(B) | 354.16º | 0.87% | 0.7% | - |
| XYZ | 19.05 | 10.26 | 2.9 | - |
| YUV | 71.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 39 | 0 | 0.87 | 0.78 | 0.30 | 354.16 | 0.76 | 0.4 |
| Hex | B2 | 18 | 27 | 0 | 57 | 4E | 1E | 162 | 4C | 28 |
| Octal | 262 | 30 | 47 | 0 | 127 | 116 | 36 | 542 | 114 | 50 |
| Binary | 10110010 | 11000 | 100111 | 0 | 1010111 | 1001110 | 11110 | 101100010 | 1001100 | 101000 |
Color Harmonies of #B21827
Complementary color
Monochromatic Colors of #B21827
Black with #B21827
Text Example
Text Example
White with #B21827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21827; }
p { color: rgb(178,24,39); }
H1.HeaderClassName
{
color: #B21827;
}
.AnyTagClassName
{
color: #B21827;
}
</style>
background-color css
<style>
a { background-color: #B21827; }
a { background-color: rgb(178,24,39); }
div.DivClassName
{
background-color: #B21827;
}
.BgClassName
{
background-color: #B21827;
}
</style>
border-color css
<style>
span { border-color: #B21827; }
span { border-color: rgb(178,24,39); }
td.TdClassName
{
border-color: #B21827;
}
.TagClassName
{
border-color: #B21827;
}
</style>