Shades of Cardinal #BD0644
Tints of Cardinal #BD0644
RGB
CMYK
RGB Variations
Color information
#BD0644 (or 0xBD0644) is known color: Cardinal. HEX triplet: BD, 06 and 44. RGB value is (189,6,68). Sum of RGB (Red+Green+Blue) = 189+6+68=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0644 is #42F9BB. Grayscale: #434343. Windows color (decimal): -4389308 or 4458173. OLE color: 4458173.
HSL color Cylindrical-coordinate representation of color #BD0644: hue angle of 339.67º 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 #BD0644 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 68 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.26 |
| HSL | 339.67º | 0.94% | 0.38% | - |
| HSV(B) | 339.67º | 0.97% | 0.74% | - |
| XYZ | 22.09 | 11.37 | 6.5 | - |
| YUV | 67.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 68 | 0 | 0.97 | 0.64 | 0.26 | 339.67 | 0.94 | 0.38 |
| Hex | BD | 6 | 44 | 0 | 61 | 40 | 1A | 154 | 5E | 26 |
| Octal | 275 | 6 | 104 | 0 | 141 | 100 | 32 | 524 | 136 | 46 |
| Binary | 10111101 | 110 | 1000100 | 0 | 1100001 | 1000000 | 11010 | 101010100 | 1011110 | 100110 |
Color Harmonies of #BD0644
Complementary color
Monochromatic Colors of #BD0644
Black with #BD0644
Text Example
Text Example
White with #BD0644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0644; }
p { color: rgb(189,6,68); }
H1.HeaderClassName
{
color: #BD0644;
}
.AnyTagClassName
{
color: #BD0644;
}
</style>
background-color css
<style>
a { background-color: #BD0644; }
a { background-color: rgb(189,6,68); }
div.DivClassName
{
background-color: #BD0644;
}
.BgClassName
{
background-color: #BD0644;
}
</style>
border-color css
<style>
span { border-color: #BD0644; }
span { border-color: rgb(189,6,68); }
td.TdClassName
{
border-color: #BD0644;
}
.TagClassName
{
border-color: #BD0644;
}
</style>