Shades of Cardinal #BD0F4C
Tints of Cardinal #BD0F4C
RGB
CMYK
RGB Variations
Color information
#BD0F4C (or 0xBD0F4C) is known color: Cardinal. HEX triplet: BD, 0F and 4C. RGB value is (189,15,76). Sum of RGB (Red+Green+Blue) = 189+15+76=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F4C is #42F0B3. Grayscale: #494949. Windows color (decimal): -4386996 or 4984765. OLE color: 4984765.
HSL color Cylindrical-coordinate representation of color #BD0F4C: hue angle of 338.97º 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 #BD0F4C is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 76 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.26 |
| HSL | 338.97º | 0.85% | 0.4% | - |
| HSV(B) | 338.97º | 0.92% | 0.74% | - |
| XYZ | 22.46 | 11.68 | 7.91 | - |
| YUV | 73.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 76 | 0 | 0.92 | 0.60 | 0.26 | 338.97 | 0.85 | 0.4 |
| Hex | BD | F | 4C | 0 | 5C | 3C | 1A | 153 | 55 | 28 |
| Octal | 275 | 17 | 114 | 0 | 134 | 74 | 32 | 523 | 125 | 50 |
| Binary | 10111101 | 1111 | 1001100 | 0 | 1011100 | 111100 | 11010 | 101010011 | 1010101 | 101000 |
Color Harmonies of #BD0F4C
Complementary color
Monochromatic Colors of #BD0F4C
Black with #BD0F4C
Text Example
Text Example
White with #BD0F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F4C; }
p { color: rgb(189,15,76); }
H1.HeaderClassName
{
color: #BD0F4C;
}
.AnyTagClassName
{
color: #BD0F4C;
}
</style>
background-color css
<style>
a { background-color: #BD0F4C; }
a { background-color: rgb(189,15,76); }
div.DivClassName
{
background-color: #BD0F4C;
}
.BgClassName
{
background-color: #BD0F4C;
}
</style>
border-color css
<style>
span { border-color: #BD0F4C; }
span { border-color: rgb(189,15,76); }
td.TdClassName
{
border-color: #BD0F4C;
}
.TagClassName
{
border-color: #BD0F4C;
}
</style>