Shades of Cardinal #BD212F
Tints of Cardinal #BD212F
RGB
CMYK
RGB Variations
Color information
#BD212F (or 0xBD212F) is known color: Cardinal. HEX triplet: BD, 21 and 2F. RGB value is (189,33,47). Sum of RGB (Red+Green+Blue) = 189+33+47=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD212F is #42DED0. Grayscale: #515151. Windows color (decimal): -4382417 or 3088829. OLE color: 3088829.
HSL color Cylindrical-coordinate representation of color #BD212F: hue angle of 354.62º 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 #BD212F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 47 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.26 |
| HSL | 354.62º | 0.7% | 0.44% | - |
| HSV(B) | 354.62º | 0.83% | 0.74% | - |
| XYZ | 22.04 | 12.11 | 3.87 | - |
| YUV | 81.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 47 | 0 | 0.83 | 0.75 | 0.26 | 354.62 | 0.7 | 0.44 |
| Hex | BD | 21 | 2F | 0 | 53 | 4B | 1A | 163 | 46 | 2C |
| Octal | 275 | 41 | 57 | 0 | 123 | 113 | 32 | 543 | 106 | 54 |
| Binary | 10111101 | 100001 | 101111 | 0 | 1010011 | 1001011 | 11010 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BD212F
Complementary color
Monochromatic Colors of #BD212F
Black with #BD212F
Text Example
Text Example
White with #BD212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD212F; }
p { color: rgb(189,33,47); }
H1.HeaderClassName
{
color: #BD212F;
}
.AnyTagClassName
{
color: #BD212F;
}
</style>
background-color css
<style>
a { background-color: #BD212F; }
a { background-color: rgb(189,33,47); }
div.DivClassName
{
background-color: #BD212F;
}
.BgClassName
{
background-color: #BD212F;
}
</style>
border-color css
<style>
span { border-color: #BD212F; }
span { border-color: rgb(189,33,47); }
td.TdClassName
{
border-color: #BD212F;
}
.TagClassName
{
border-color: #BD212F;
}
</style>