Shades of Cardinal #BD0D40
Tints of Cardinal #BD0D40
RGB
CMYK
RGB Variations
Color information
#BD0D40 (or 0xBD0D40) is known color: Cardinal. HEX triplet: BD, 0D and 40. RGB value is (189,13,64). Sum of RGB (Red+Green+Blue) = 189+13+64=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0D40 is #42F2BF. Grayscale: #474747. Windows color (decimal): -4387520 or 4197821. OLE color: 4197821.
HSL color Cylindrical-coordinate representation of color #BD0D40: hue angle of 342.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D40 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 64 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.26 |
| HSL | 342.61º | 0.87% | 0.4% | - |
| HSV(B) | 342.61º | 0.93% | 0.74% | - |
| XYZ | 22.06 | 11.48 | 5.9 | - |
| YUV | 71.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 64 | 0 | 0.93 | 0.66 | 0.26 | 342.61 | 0.87 | 0.4 |
| Hex | BD | D | 40 | 0 | 5D | 42 | 1A | 157 | 57 | 28 |
| Octal | 275 | 15 | 100 | 0 | 135 | 102 | 32 | 527 | 127 | 50 |
| Binary | 10111101 | 1101 | 1000000 | 0 | 1011101 | 1000010 | 11010 | 101010111 | 1010111 | 101000 |
Color Harmonies of #BD0D40
Complementary color
Monochromatic Colors of #BD0D40
Black with #BD0D40
Text Example
Text Example
White with #BD0D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D40; }
p { color: rgb(189,13,64); }
H1.HeaderClassName
{
color: #BD0D40;
}
.AnyTagClassName
{
color: #BD0D40;
}
</style>
background-color css
<style>
a { background-color: #BD0D40; }
a { background-color: rgb(189,13,64); }
div.DivClassName
{
background-color: #BD0D40;
}
.BgClassName
{
background-color: #BD0D40;
}
</style>
border-color css
<style>
span { border-color: #BD0D40; }
span { border-color: rgb(189,13,64); }
td.TdClassName
{
border-color: #BD0D40;
}
.TagClassName
{
border-color: #BD0D40;
}
</style>