Shades of Cardinal #BD0447
Tints of Cardinal #BD0447
RGB
CMYK
RGB Variations
Color information
#BD0447 (or 0xBD0447) is known color: Cardinal. HEX triplet: BD, 04 and 47. RGB value is (189,4,71). Sum of RGB (Red+Green+Blue) = 189+4+71=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0447 is #42FBB8. Grayscale: #424242. Windows color (decimal): -4389817 or 4654269. OLE color: 4654269.
HSL color Cylindrical-coordinate representation of color #BD0447: hue angle of 338.27º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0447 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.26 |
| HSL | 338.27º | 0.96% | 0.38% | - |
| HSV(B) | 338.27º | 0.98% | 0.74% | - |
| XYZ | 22.17 | 11.36 | 6.99 | - |
| YUV | 66.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 71 | 0 | 0.98 | 0.62 | 0.26 | 338.27 | 0.96 | 0.38 |
| Hex | BD | 4 | 47 | 0 | 62 | 3E | 1A | 152 | 60 | 26 |
| Octal | 275 | 4 | 107 | 0 | 142 | 76 | 32 | 522 | 140 | 46 |
| Binary | 10111101 | 100 | 1000111 | 0 | 1100010 | 111110 | 11010 | 101010010 | 1100000 | 100110 |
Color Harmonies of #BD0447
Complementary color
Monochromatic Colors of #BD0447
Black with #BD0447
Text Example
Text Example
White with #BD0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0447; }
p { color: rgb(189,4,71); }
H1.HeaderClassName
{
color: #BD0447;
}
.AnyTagClassName
{
color: #BD0447;
}
</style>
background-color css
<style>
a { background-color: #BD0447; }
a { background-color: rgb(189,4,71); }
div.DivClassName
{
background-color: #BD0447;
}
.BgClassName
{
background-color: #BD0447;
}
</style>
border-color css
<style>
span { border-color: #BD0447; }
span { border-color: rgb(189,4,71); }
td.TdClassName
{
border-color: #BD0447;
}
.TagClassName
{
border-color: #BD0447;
}
</style>