Shades of Cardinal #BD213F
Tints of Cardinal #BD213F
RGB
CMYK
RGB Variations
Color information
#BD213F (or 0xBD213F) is known color: Cardinal. HEX triplet: BD, 21 and 3F. RGB value is (189,33,63). Sum of RGB (Red+Green+Blue) = 189+33+63=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD213F is #42DEC0. Grayscale: #535353. Windows color (decimal): -4382401 or 4137405. OLE color: 4137405.
HSL color Cylindrical-coordinate representation of color #BD213F: hue angle of 348.46º 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 #BD213F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 63 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.26 |
| HSL | 348.46º | 0.7% | 0.44% | - |
| HSV(B) | 348.46º | 0.83% | 0.74% | - |
| XYZ | 22.43 | 12.27 | 5.89 | - |
| YUV | 83.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 63 | 0 | 0.83 | 0.67 | 0.26 | 348.46 | 0.7 | 0.44 |
| Hex | BD | 21 | 3F | 0 | 53 | 43 | 1A | 15C | 46 | 2C |
| Octal | 275 | 41 | 77 | 0 | 123 | 103 | 32 | 534 | 106 | 54 |
| Binary | 10111101 | 100001 | 111111 | 0 | 1010011 | 1000011 | 11010 | 101011100 | 1000110 | 101100 |
Color Harmonies of #BD213F
Complementary color
Monochromatic Colors of #BD213F
Black with #BD213F
Text Example
Text Example
White with #BD213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD213F; }
p { color: rgb(189,33,63); }
H1.HeaderClassName
{
color: #BD213F;
}
.AnyTagClassName
{
color: #BD213F;
}
</style>
background-color css
<style>
a { background-color: #BD213F; }
a { background-color: rgb(189,33,63); }
div.DivClassName
{
background-color: #BD213F;
}
.BgClassName
{
background-color: #BD213F;
}
</style>
border-color css
<style>
span { border-color: #BD213F; }
span { border-color: rgb(189,33,63); }
td.TdClassName
{
border-color: #BD213F;
}
.TagClassName
{
border-color: #BD213F;
}
</style>