Shades of Cardinal #B21C2D
Tints of Cardinal #B21C2D
RGB
CMYK
RGB Variations
Color information
#B21C2D (or 0xB21C2D) is known color: Cardinal. HEX triplet: B2, 1C and 2D. RGB value is (178,28,45). Sum of RGB (Red+Green+Blue) = 178+28+45=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C2D is #4DE3D2. Grayscale: #4A4A4A. Windows color (decimal): -5104595 or 2956466. OLE color: 2956466.
HSL color Cylindrical-coordinate representation of color #B21C2D: hue angle of 353.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C2D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 45 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.30 |
| HSL | 353.2º | 0.73% | 0.4% | - |
| HSV(B) | 353.2º | 0.84% | 0.7% | - |
| XYZ | 19.25 | 10.48 | 3.49 | - |
| YUV | 74.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 45 | 0 | 0.84 | 0.75 | 0.30 | 353.2 | 0.73 | 0.4 |
| Hex | B2 | 1C | 2D | 0 | 54 | 4B | 1E | 161 | 49 | 28 |
| Octal | 262 | 34 | 55 | 0 | 124 | 113 | 36 | 541 | 111 | 50 |
| Binary | 10110010 | 11100 | 101101 | 0 | 1010100 | 1001011 | 11110 | 101100001 | 1001001 | 101000 |
Color Harmonies of #B21C2D
Complementary color
Monochromatic Colors of #B21C2D
Black with #B21C2D
Text Example
Text Example
White with #B21C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C2D; }
p { color: rgb(178,28,45); }
H1.HeaderClassName
{
color: #B21C2D;
}
.AnyTagClassName
{
color: #B21C2D;
}
</style>
background-color css
<style>
a { background-color: #B21C2D; }
a { background-color: rgb(178,28,45); }
div.DivClassName
{
background-color: #B21C2D;
}
.BgClassName
{
background-color: #B21C2D;
}
</style>
border-color css
<style>
span { border-color: #B21C2D; }
span { border-color: rgb(178,28,45); }
td.TdClassName
{
border-color: #B21C2D;
}
.TagClassName
{
border-color: #B21C2D;
}
</style>