Shades of Cardinal #BD213D
Tints of Cardinal #BD213D
RGB
CMYK
RGB Variations
Color information
#BD213D (or 0xBD213D) is known color: Cardinal. HEX triplet: BD, 21 and 3D. RGB value is (189,33,61). Sum of RGB (Red+Green+Blue) = 189+33+61=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD213D is #42DEC2. Grayscale: #525252. Windows color (decimal): -4382403 or 4006333. OLE color: 4006333.
HSL color Cylindrical-coordinate representation of color #BD213D: hue angle of 349.23º 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 #BD213D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 61 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.26 |
| HSL | 349.23º | 0.7% | 0.44% | - |
| HSV(B) | 349.23º | 0.83% | 0.74% | - |
| XYZ | 22.37 | 12.24 | 5.6 | - |
| YUV | 82.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 61 | 0 | 0.83 | 0.68 | 0.26 | 349.23 | 0.7 | 0.44 |
| Hex | BD | 21 | 3D | 0 | 53 | 44 | 1A | 15D | 46 | 2C |
| Octal | 275 | 41 | 75 | 0 | 123 | 104 | 32 | 535 | 106 | 54 |
| Binary | 10111101 | 100001 | 111101 | 0 | 1010011 | 1000100 | 11010 | 101011101 | 1000110 | 101100 |
Color Harmonies of #BD213D
Complementary color
Monochromatic Colors of #BD213D
Black with #BD213D
Text Example
Text Example
White with #BD213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD213D; }
p { color: rgb(189,33,61); }
H1.HeaderClassName
{
color: #BD213D;
}
.AnyTagClassName
{
color: #BD213D;
}
</style>
background-color css
<style>
a { background-color: #BD213D; }
a { background-color: rgb(189,33,61); }
div.DivClassName
{
background-color: #BD213D;
}
.BgClassName
{
background-color: #BD213D;
}
</style>
border-color css
<style>
span { border-color: #BD213D; }
span { border-color: rgb(189,33,61); }
td.TdClassName
{
border-color: #BD213D;
}
.TagClassName
{
border-color: #BD213D;
}
</style>