Shades of Cardinal #B21E2F
Tints of Cardinal #B21E2F
RGB
CMYK
RGB Variations
Color information
#B21E2F (or 0xB21E2F) is known color: Cardinal. HEX triplet: B2, 1E and 2F. RGB value is (178,30,47). Sum of RGB (Red+Green+Blue) = 178+30+47=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E2F is #4DE1D0. Grayscale: #4C4C4C. Windows color (decimal): -5104081 or 3088050. OLE color: 3088050.
HSL color Cylindrical-coordinate representation of color #B21E2F: hue angle of 353.11º 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 #B21E2F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 47 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.30 |
| HSL | 353.11º | 0.71% | 0.41% | - |
| HSV(B) | 353.11º | 0.83% | 0.7% | - |
| XYZ | 19.34 | 10.6 | 3.72 | - |
| YUV | 76.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 47 | 0 | 0.83 | 0.74 | 0.30 | 353.11 | 0.71 | 0.41 |
| Hex | B2 | 1E | 2F | 0 | 53 | 4A | 1E | 161 | 47 | 29 |
| Octal | 262 | 36 | 57 | 0 | 123 | 112 | 36 | 541 | 107 | 51 |
| Binary | 10110010 | 11110 | 101111 | 0 | 1010011 | 1001010 | 11110 | 101100001 | 1000111 | 101001 |
Color Harmonies of #B21E2F
Complementary color
Monochromatic Colors of #B21E2F
Black with #B21E2F
Text Example
Text Example
White with #B21E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E2F; }
p { color: rgb(178,30,47); }
H1.HeaderClassName
{
color: #B21E2F;
}
.AnyTagClassName
{
color: #B21E2F;
}
</style>
background-color css
<style>
a { background-color: #B21E2F; }
a { background-color: rgb(178,30,47); }
div.DivClassName
{
background-color: #B21E2F;
}
.BgClassName
{
background-color: #B21E2F;
}
</style>
border-color css
<style>
span { border-color: #B21E2F; }
span { border-color: rgb(178,30,47); }
td.TdClassName
{
border-color: #B21E2F;
}
.TagClassName
{
border-color: #B21E2F;
}
</style>