Shades of Cardinal #BD213E
Tints of Cardinal #BD213E
RGB
CMYK
RGB Variations
Color information
#BD213E (or 0xBD213E) is known color: Cardinal. HEX triplet: BD, 21 and 3E. RGB value is (189,33,62). Sum of RGB (Red+Green+Blue) = 189+33+62=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD213E is #42DEC1. Grayscale: #525252. Windows color (decimal): -4382402 or 4071869. OLE color: 4071869.
HSL color Cylindrical-coordinate representation of color #BD213E: hue angle of 348.85º 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 #BD213E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 62 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.26 |
| HSL | 348.85º | 0.7% | 0.44% | - |
| HSV(B) | 348.85º | 0.83% | 0.74% | - |
| XYZ | 22.4 | 12.25 | 5.74 | - |
| YUV | 82.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 62 | 0 | 0.83 | 0.67 | 0.26 | 348.85 | 0.7 | 0.44 |
| Hex | BD | 21 | 3E | 0 | 53 | 43 | 1A | 15D | 46 | 2C |
| Octal | 275 | 41 | 76 | 0 | 123 | 103 | 32 | 535 | 106 | 54 |
| Binary | 10111101 | 100001 | 111110 | 0 | 1010011 | 1000011 | 11010 | 101011101 | 1000110 | 101100 |
Color Harmonies of #BD213E
Complementary color
Monochromatic Colors of #BD213E
Black with #BD213E
Text Example
Text Example
White with #BD213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD213E; }
p { color: rgb(189,33,62); }
H1.HeaderClassName
{
color: #BD213E;
}
.AnyTagClassName
{
color: #BD213E;
}
</style>
background-color css
<style>
a { background-color: #BD213E; }
a { background-color: rgb(189,33,62); }
div.DivClassName
{
background-color: #BD213E;
}
.BgClassName
{
background-color: #BD213E;
}
</style>
border-color css
<style>
span { border-color: #BD213E; }
span { border-color: rgb(189,33,62); }
td.TdClassName
{
border-color: #BD213E;
}
.TagClassName
{
border-color: #BD213E;
}
</style>