Shades of Cardinal #BD0C40
Tints of Cardinal #BD0C40
RGB
CMYK
RGB Variations
Color information
#BD0C40 (or 0xBD0C40) is known color: Cardinal. HEX triplet: BD, 0C and 40. RGB value is (189,12,64). Sum of RGB (Red+Green+Blue) = 189+12+64=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C40 is #42F3BF. Grayscale: #464646. Windows color (decimal): -4387776 or 4197565. OLE color: 4197565.
HSL color Cylindrical-coordinate representation of color #BD0C40: hue angle of 342.37º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C40 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 64 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.26 |
| HSL | 342.37º | 0.88% | 0.39% | - |
| HSV(B) | 342.37º | 0.94% | 0.74% | - |
| XYZ | 22.04 | 11.45 | 5.9 | - |
| YUV | 70.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 64 | 0 | 0.94 | 0.66 | 0.26 | 342.37 | 0.88 | 0.39 |
| Hex | BD | C | 40 | 0 | 5E | 42 | 1A | 156 | 58 | 27 |
| Octal | 275 | 14 | 100 | 0 | 136 | 102 | 32 | 526 | 130 | 47 |
| Binary | 10111101 | 1100 | 1000000 | 0 | 1011110 | 1000010 | 11010 | 101010110 | 1011000 | 100111 |
Color Harmonies of #BD0C40
Complementary color
Monochromatic Colors of #BD0C40
Black with #BD0C40
Text Example
Text Example
White with #BD0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C40; }
p { color: rgb(189,12,64); }
H1.HeaderClassName
{
color: #BD0C40;
}
.AnyTagClassName
{
color: #BD0C40;
}
</style>
background-color css
<style>
a { background-color: #BD0C40; }
a { background-color: rgb(189,12,64); }
div.DivClassName
{
background-color: #BD0C40;
}
.BgClassName
{
background-color: #BD0C40;
}
</style>
border-color css
<style>
span { border-color: #BD0C40; }
span { border-color: rgb(189,12,64); }
td.TdClassName
{
border-color: #BD0C40;
}
.TagClassName
{
border-color: #BD0C40;
}
</style>