Shades of Cardinal #BD0847
Tints of Cardinal #BD0847
RGB
CMYK
RGB Variations
Color information
#BD0847 (or 0xBD0847) is known color: Cardinal. HEX triplet: BD, 08 and 47. RGB value is (189,8,71). Sum of RGB (Red+Green+Blue) = 189+8+71=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0847 is #42F7B8. Grayscale: #454545. Windows color (decimal): -4388793 or 4655293. OLE color: 4655293.
HSL color Cylindrical-coordinate representation of color #BD0847: hue angle of 339.12º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0847 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.26 |
| HSL | 339.12º | 0.92% | 0.39% | - |
| HSV(B) | 339.12º | 0.96% | 0.74% | - |
| XYZ | 22.21 | 11.45 | 7 | - |
| YUV | 69.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 71 | 0 | 0.96 | 0.62 | 0.26 | 339.12 | 0.92 | 0.39 |
| Hex | BD | 8 | 47 | 0 | 60 | 3E | 1A | 153 | 5C | 27 |
| Octal | 275 | 10 | 107 | 0 | 140 | 76 | 32 | 523 | 134 | 47 |
| Binary | 10111101 | 1000 | 1000111 | 0 | 1100000 | 111110 | 11010 | 101010011 | 1011100 | 100111 |
Color Harmonies of #BD0847
Complementary color
Monochromatic Colors of #BD0847
Black with #BD0847
Text Example
Text Example
White with #BD0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0847; }
p { color: rgb(189,8,71); }
H1.HeaderClassName
{
color: #BD0847;
}
.AnyTagClassName
{
color: #BD0847;
}
</style>
background-color css
<style>
a { background-color: #BD0847; }
a { background-color: rgb(189,8,71); }
div.DivClassName
{
background-color: #BD0847;
}
.BgClassName
{
background-color: #BD0847;
}
</style>
border-color css
<style>
span { border-color: #BD0847; }
span { border-color: rgb(189,8,71); }
td.TdClassName
{
border-color: #BD0847;
}
.TagClassName
{
border-color: #BD0847;
}
</style>