Shades of Cardinal #BD0747
Tints of Cardinal #BD0747
RGB
CMYK
RGB Variations
Color information
#BD0747 (or 0xBD0747) is known color: Cardinal. HEX triplet: BD, 07 and 47. RGB value is (189,7,71). Sum of RGB (Red+Green+Blue) = 189+7+71=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0747 is #42F8B8. Grayscale: #444444. Windows color (decimal): -4389049 or 4655037. OLE color: 4655037.
HSL color Cylindrical-coordinate representation of color #BD0747: hue angle of 338.9º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0747 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.26 |
| HSL | 338.9º | 0.93% | 0.38% | - |
| HSV(B) | 338.9º | 0.96% | 0.74% | - |
| XYZ | 22.2 | 11.43 | 7 | - |
| YUV | 68.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 71 | 0 | 0.96 | 0.62 | 0.26 | 338.9 | 0.93 | 0.38 |
| Hex | BD | 7 | 47 | 0 | 60 | 3E | 1A | 153 | 5D | 26 |
| Octal | 275 | 7 | 107 | 0 | 140 | 76 | 32 | 523 | 135 | 46 |
| Binary | 10111101 | 111 | 1000111 | 0 | 1100000 | 111110 | 11010 | 101010011 | 1011101 | 100110 |
Color Harmonies of #BD0747
Complementary color
Monochromatic Colors of #BD0747
Black with #BD0747
Text Example
Text Example
White with #BD0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0747; }
p { color: rgb(189,7,71); }
H1.HeaderClassName
{
color: #BD0747;
}
.AnyTagClassName
{
color: #BD0747;
}
</style>
background-color css
<style>
a { background-color: #BD0747; }
a { background-color: rgb(189,7,71); }
div.DivClassName
{
background-color: #BD0747;
}
.BgClassName
{
background-color: #BD0747;
}
</style>
border-color css
<style>
span { border-color: #BD0747; }
span { border-color: rgb(189,7,71); }
td.TdClassName
{
border-color: #BD0747;
}
.TagClassName
{
border-color: #BD0747;
}
</style>