Shades of Cardinal #BD104E
Tints of Cardinal #BD104E
RGB
CMYK
RGB Variations
Color information
#BD104E (or 0xBD104E) is known color: Cardinal. HEX triplet: BD, 10 and 4E. RGB value is (189,16,78). Sum of RGB (Red+Green+Blue) = 189+16+78=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD104E is #42EFB1. Grayscale: #4A4A4A. Windows color (decimal): -4386738 or 5116093. OLE color: 5116093.
HSL color Cylindrical-coordinate representation of color #BD104E: hue angle of 338.5º degrees, saturation: 0.84, 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 #BD104E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 78 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.26 |
| HSL | 338.5º | 0.84% | 0.4% | - |
| HSV(B) | 338.5º | 0.92% | 0.74% | - |
| XYZ | 22.55 | 11.74 | 8.29 | - |
| YUV | 74.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 78 | 0 | 0.92 | 0.59 | 0.26 | 338.5 | 0.84 | 0.4 |
| Hex | BD | 10 | 4E | 0 | 5C | 3B | 1A | 152 | 54 | 28 |
| Octal | 275 | 20 | 116 | 0 | 134 | 73 | 32 | 522 | 124 | 50 |
| Binary | 10111101 | 10000 | 1001110 | 0 | 1011100 | 111011 | 11010 | 101010010 | 1010100 | 101000 |
Color Harmonies of #BD104E
Complementary color
Monochromatic Colors of #BD104E
Black with #BD104E
Text Example
Text Example
White with #BD104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD104E; }
p { color: rgb(189,16,78); }
H1.HeaderClassName
{
color: #BD104E;
}
.AnyTagClassName
{
color: #BD104E;
}
</style>
background-color css
<style>
a { background-color: #BD104E; }
a { background-color: rgb(189,16,78); }
div.DivClassName
{
background-color: #BD104E;
}
.BgClassName
{
background-color: #BD104E;
}
</style>
border-color css
<style>
span { border-color: #BD104E; }
span { border-color: rgb(189,16,78); }
td.TdClassName
{
border-color: #BD104E;
}
.TagClassName
{
border-color: #BD104E;
}
</style>