Shades of Cardinal #B21E3C
Tints of Cardinal #B21E3C
RGB
CMYK
RGB Variations
Color information
#B21E3C (or 0xB21E3C) is known color: Cardinal. HEX triplet: B2, 1E and 3C. RGB value is (178,30,60). Sum of RGB (Red+Green+Blue) = 178+30+60=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E3C is #4DE1C3. Grayscale: #4D4D4D. Windows color (decimal): -5104068 or 3940018. OLE color: 3940018.
HSL color Cylindrical-coordinate representation of color #B21E3C: hue angle of 347.84º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E3C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 60 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.30 |
| HSL | 347.84º | 0.71% | 0.41% | - |
| HSV(B) | 347.84º | 0.83% | 0.7% | - |
| XYZ | 19.64 | 10.72 | 5.31 | - |
| YUV | 77.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 60 | 0 | 0.83 | 0.66 | 0.30 | 347.84 | 0.71 | 0.41 |
| Hex | B2 | 1E | 3C | 0 | 53 | 42 | 1E | 15C | 47 | 29 |
| Octal | 262 | 36 | 74 | 0 | 123 | 102 | 36 | 534 | 107 | 51 |
| Binary | 10110010 | 11110 | 111100 | 0 | 1010011 | 1000010 | 11110 | 101011100 | 1000111 | 101001 |
Color Harmonies of #B21E3C
Complementary color
Monochromatic Colors of #B21E3C
Black with #B21E3C
Text Example
Text Example
White with #B21E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E3C; }
p { color: rgb(178,30,60); }
H1.HeaderClassName
{
color: #B21E3C;
}
.AnyTagClassName
{
color: #B21E3C;
}
</style>
background-color css
<style>
a { background-color: #B21E3C; }
a { background-color: rgb(178,30,60); }
div.DivClassName
{
background-color: #B21E3C;
}
.BgClassName
{
background-color: #B21E3C;
}
</style>
border-color css
<style>
span { border-color: #B21E3C; }
span { border-color: rgb(178,30,60); }
td.TdClassName
{
border-color: #B21E3C;
}
.TagClassName
{
border-color: #B21E3C;
}
</style>