Shades of Cardinal #BD0F4E
Tints of Cardinal #BD0F4E
RGB
CMYK
RGB Variations
Color information
#BD0F4E (or 0xBD0F4E) is known color: Cardinal. HEX triplet: BD, 0F and 4E. RGB value is (189,15,78). Sum of RGB (Red+Green+Blue) = 189+15+78=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F4E is #42F0B1. Grayscale: #4A4A4A. Windows color (decimal): -4386994 or 5115837. OLE color: 5115837.
HSL color Cylindrical-coordinate representation of color #BD0F4E: hue angle of 338.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F4E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 78 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.26 |
| HSL | 338.28º | 0.85% | 0.4% | - |
| HSV(B) | 338.28º | 0.92% | 0.74% | - |
| XYZ | 22.53 | 11.71 | 8.28 | - |
| YUV | 74.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 78 | 0 | 0.92 | 0.59 | 0.26 | 338.28 | 0.85 | 0.4 |
| Hex | BD | F | 4E | 0 | 5C | 3B | 1A | 152 | 55 | 28 |
| Octal | 275 | 17 | 116 | 0 | 134 | 73 | 32 | 522 | 125 | 50 |
| Binary | 10111101 | 1111 | 1001110 | 0 | 1011100 | 111011 | 11010 | 101010010 | 1010101 | 101000 |
Color Harmonies of #BD0F4E
Complementary color
Monochromatic Colors of #BD0F4E
Black with #BD0F4E
Text Example
Text Example
White with #BD0F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F4E; }
p { color: rgb(189,15,78); }
H1.HeaderClassName
{
color: #BD0F4E;
}
.AnyTagClassName
{
color: #BD0F4E;
}
</style>
background-color css
<style>
a { background-color: #BD0F4E; }
a { background-color: rgb(189,15,78); }
div.DivClassName
{
background-color: #BD0F4E;
}
.BgClassName
{
background-color: #BD0F4E;
}
</style>
border-color css
<style>
span { border-color: #BD0F4E; }
span { border-color: rgb(189,15,78); }
td.TdClassName
{
border-color: #BD0F4E;
}
.TagClassName
{
border-color: #BD0F4E;
}
</style>