Shades of Cardinal #BD212D
Tints of Cardinal #BD212D
RGB
CMYK
RGB Variations
Color information
#BD212D (or 0xBD212D) is known color: Cardinal. HEX triplet: BD, 21 and 2D. RGB value is (189,33,45). Sum of RGB (Red+Green+Blue) = 189+33+45=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD212D is #42DED2. Grayscale: #515151. Windows color (decimal): -4382419 or 2957757. OLE color: 2957757.
HSL color Cylindrical-coordinate representation of color #BD212D: hue angle of 355.38º 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 #BD212D is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 45 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.26 |
| HSL | 355.38º | 0.7% | 0.44% | - |
| HSV(B) | 355.38º | 0.83% | 0.74% | - |
| XYZ | 22 | 12.1 | 3.66 | - |
| YUV | 81.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 45 | 0 | 0.83 | 0.76 | 0.26 | 355.38 | 0.7 | 0.44 |
| Hex | BD | 21 | 2D | 0 | 53 | 4C | 1A | 163 | 46 | 2C |
| Octal | 275 | 41 | 55 | 0 | 123 | 114 | 32 | 543 | 106 | 54 |
| Binary | 10111101 | 100001 | 101101 | 0 | 1010011 | 1001100 | 11010 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BD212D
Complementary color
Monochromatic Colors of #BD212D
Black with #BD212D
Text Example
Text Example
White with #BD212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD212D; }
p { color: rgb(189,33,45); }
H1.HeaderClassName
{
color: #BD212D;
}
.AnyTagClassName
{
color: #BD212D;
}
</style>
background-color css
<style>
a { background-color: #BD212D; }
a { background-color: rgb(189,33,45); }
div.DivClassName
{
background-color: #BD212D;
}
.BgClassName
{
background-color: #BD212D;
}
</style>
border-color css
<style>
span { border-color: #BD212D; }
span { border-color: rgb(189,33,45); }
td.TdClassName
{
border-color: #BD212D;
}
.TagClassName
{
border-color: #BD212D;
}
</style>