Shades of Cardinal #BD0646
Tints of Cardinal #BD0646
RGB
CMYK
RGB Variations
Color information
#BD0646 (or 0xBD0646) is known color: Cardinal. HEX triplet: BD, 06 and 46. RGB value is (189,6,70). Sum of RGB (Red+Green+Blue) = 189+6+70=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0646 is #42F9B9. Grayscale: #434343. Windows color (decimal): -4389306 or 4589245. OLE color: 4589245.
HSL color Cylindrical-coordinate representation of color #BD0646: hue angle of 339.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0646 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.26 |
| HSL | 339.02º | 0.94% | 0.38% | - |
| HSV(B) | 339.02º | 0.97% | 0.74% | - |
| XYZ | 22.16 | 11.39 | 6.83 | - |
| YUV | 68.01 | 129.13 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 70 | 0 | 0.97 | 0.63 | 0.26 | 339.02 | 0.94 | 0.38 |
| Hex | BD | 6 | 46 | 0 | 61 | 3F | 1A | 153 | 5E | 26 |
| Octal | 275 | 6 | 106 | 0 | 141 | 77 | 32 | 523 | 136 | 46 |
| Binary | 10111101 | 110 | 1000110 | 0 | 1100001 | 111111 | 11010 | 101010011 | 1011110 | 100110 |
Color Harmonies of #BD0646
Complementary color
Monochromatic Colors of #BD0646
Black with #BD0646
Text Example
Text Example
White with #BD0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0646; }
p { color: rgb(189,6,70); }
H1.HeaderClassName
{
color: #BD0646;
}
.AnyTagClassName
{
color: #BD0646;
}
</style>
background-color css
<style>
a { background-color: #BD0646; }
a { background-color: rgb(189,6,70); }
div.DivClassName
{
background-color: #BD0646;
}
.BgClassName
{
background-color: #BD0646;
}
</style>
border-color css
<style>
span { border-color: #BD0646; }
span { border-color: rgb(189,6,70); }
td.TdClassName
{
border-color: #BD0646;
}
.TagClassName
{
border-color: #BD0646;
}
</style>