Shades of Cardinal #BD212B
Tints of Cardinal #BD212B
RGB
CMYK
RGB Variations
Color information
#BD212B (or 0xBD212B) is known color: Cardinal. HEX triplet: BD, 21 and 2B. RGB value is (189,33,43). Sum of RGB (Red+Green+Blue) = 189+33+43=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD212B is #42DED4. Grayscale: #505050. Windows color (decimal): -4382421 or 2826685. OLE color: 2826685.
HSL color Cylindrical-coordinate representation of color #BD212B: hue angle of 356.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD212B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 43 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.26 |
| HSL | 356.15º | 0.7% | 0.44% | - |
| HSV(B) | 356.15º | 0.83% | 0.74% | - |
| XYZ | 21.97 | 12.08 | 3.46 | - |
| YUV | 80.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 43 | 0 | 0.83 | 0.77 | 0.26 | 356.15 | 0.7 | 0.44 |
| Hex | BD | 21 | 2B | 0 | 53 | 4D | 1A | 164 | 46 | 2C |
| Octal | 275 | 41 | 53 | 0 | 123 | 115 | 32 | 544 | 106 | 54 |
| Binary | 10111101 | 100001 | 101011 | 0 | 1010011 | 1001101 | 11010 | 101100100 | 1000110 | 101100 |
Color Harmonies of #BD212B
Complementary color
Monochromatic Colors of #BD212B
Black with #BD212B
Text Example
Text Example
White with #BD212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD212B; }
p { color: rgb(189,33,43); }
H1.HeaderClassName
{
color: #BD212B;
}
.AnyTagClassName
{
color: #BD212B;
}
</style>
background-color css
<style>
a { background-color: #BD212B; }
a { background-color: rgb(189,33,43); }
div.DivClassName
{
background-color: #BD212B;
}
.BgClassName
{
background-color: #BD212B;
}
</style>
border-color css
<style>
span { border-color: #BD212B; }
span { border-color: rgb(189,33,43); }
td.TdClassName
{
border-color: #BD212B;
}
.TagClassName
{
border-color: #BD212B;
}
</style>