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