Shades of Cardinal #BD0044
Tints of Cardinal #BD0044
RGB
CMYK
RGB Variations
Color information
#BD0044 (or 0xBD0044) is known color: Cardinal. HEX triplet: BD, 00 and 44. RGB value is (189,0,68). Sum of RGB (Red+Green+Blue) = 189+0+68=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0044 is #42FFBB. Grayscale: #404040. Windows color (decimal): -4390844 or 4456637. OLE color: 4456637.
HSL color Cylindrical-coordinate representation of color #BD0044: hue angle of 338.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0044 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.64 | 0.26 |
| HSL | 338.41º | 1% | 0.37% | - |
| HSV(B) | 338.41º | 1% | 0.74% | - |
| XYZ | 22.03 | 11.24 | 6.48 | - |
| YUV | 64.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 68 | 0 | 1 | 0.64 | 0.26 | 338.41 | 1 | 0.37 |
| Hex | BD | 0 | 44 | 0 | 64 | 40 | 1A | 152 | 64 | 25 |
| Octal | 275 | 0 | 104 | 0 | 144 | 100 | 32 | 522 | 144 | 45 |
| Binary | 10111101 | 0 | 1000100 | 0 | 1100100 | 1000000 | 11010 | 101010010 | 1100100 | 100101 |
Color Harmonies of #BD0044
Complementary color
Monochromatic Colors of #BD0044
Black with #BD0044
Text Example
Text Example
White with #BD0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0044; }
p { color: rgb(189,0,68); }
H1.HeaderClassName
{
color: #BD0044;
}
.AnyTagClassName
{
color: #BD0044;
}
</style>
background-color css
<style>
a { background-color: #BD0044; }
a { background-color: rgb(189,0,68); }
div.DivClassName
{
background-color: #BD0044;
}
.BgClassName
{
background-color: #BD0044;
}
</style>
border-color css
<style>
span { border-color: #BD0044; }
span { border-color: rgb(189,0,68); }
td.TdClassName
{
border-color: #BD0044;
}
.TagClassName
{
border-color: #BD0044;
}
</style>