Shades of Cardinal #BD0147
Tints of Cardinal #BD0147
RGB
CMYK
RGB Variations
Color information
#BD0147 (or 0xBD0147) is known color: Cardinal. HEX triplet: BD, 01 and 47. RGB value is (189,1,71). Sum of RGB (Red+Green+Blue) = 189+1+71=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0147 is #42FEB8. Grayscale: #414141. Windows color (decimal): -4390585 or 4653501. OLE color: 4653501.
HSL color Cylindrical-coordinate representation of color #BD0147: hue angle of 337.66º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0147 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.26 |
| HSL | 337.66º | 0.99% | 0.37% | - |
| HSV(B) | 337.66º | 0.99% | 0.74% | - |
| XYZ | 22.13 | 11.3 | 6.97 | - |
| YUV | 65.19 | 131.28 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 71 | 0 | 0.99 | 0.62 | 0.26 | 337.66 | 0.99 | 0.37 |
| Hex | BD | 1 | 47 | 0 | 63 | 3E | 1A | 152 | 63 | 25 |
| Octal | 275 | 1 | 107 | 0 | 143 | 76 | 32 | 522 | 143 | 45 |
| Binary | 10111101 | 1 | 1000111 | 0 | 1100011 | 111110 | 11010 | 101010010 | 1100011 | 100101 |
Color Harmonies of #BD0147
Complementary color
Monochromatic Colors of #BD0147
Black with #BD0147
Text Example
Text Example
White with #BD0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0147; }
p { color: rgb(189,1,71); }
H1.HeaderClassName
{
color: #BD0147;
}
.AnyTagClassName
{
color: #BD0147;
}
</style>
background-color css
<style>
a { background-color: #BD0147; }
a { background-color: rgb(189,1,71); }
div.DivClassName
{
background-color: #BD0147;
}
.BgClassName
{
background-color: #BD0147;
}
</style>
border-color css
<style>
span { border-color: #BD0147; }
span { border-color: rgb(189,1,71); }
td.TdClassName
{
border-color: #BD0147;
}
.TagClassName
{
border-color: #BD0147;
}
</style>