Shades of Cardinal #B21130
Tints of Cardinal #B21130
RGB
CMYK
RGB Variations
Color information
#B21130 (or 0xB21130) is known color: Cardinal. HEX triplet: B2, 11 and 30. RGB value is (178,17,48). Sum of RGB (Red+Green+Blue) = 178+17+48=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B21130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21130 is #4DEECF. Grayscale: #444444. Windows color (decimal): -5107408 or 3150258. OLE color: 3150258.
HSL color Cylindrical-coordinate representation of color #B21130: hue angle of 348.45º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21130 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 48 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.30 |
| HSL | 348.45º | 0.83% | 0.38% | - |
| HSV(B) | 348.45º | 0.9% | 0.7% | - |
| XYZ | 19.09 | 10.08 | 3.74 | - |
| YUV | 68.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 48 | 0 | 0.90 | 0.73 | 0.30 | 348.45 | 0.83 | 0.38 |
| Hex | B2 | 11 | 30 | 0 | 5A | 49 | 1E | 15C | 53 | 26 |
| Octal | 262 | 21 | 60 | 0 | 132 | 111 | 36 | 534 | 123 | 46 |
| Binary | 10110010 | 10001 | 110000 | 0 | 1011010 | 1001001 | 11110 | 101011100 | 1010011 | 100110 |
Color Harmonies of #B21130
Complementary color
Monochromatic Colors of #B21130
Black with #B21130
Text Example
Text Example
White with #B21130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21130; }
p { color: rgb(178,17,48); }
H1.HeaderClassName
{
color: #B21130;
}
.AnyTagClassName
{
color: #B21130;
}
</style>
background-color css
<style>
a { background-color: #B21130; }
a { background-color: rgb(178,17,48); }
div.DivClassName
{
background-color: #B21130;
}
.BgClassName
{
background-color: #B21130;
}
</style>
border-color css
<style>
span { border-color: #B21130; }
span { border-color: rgb(178,17,48); }
td.TdClassName
{
border-color: #B21130;
}
.TagClassName
{
border-color: #B21130;
}
</style>