Shades of Cardinal #BD0043
Tints of Cardinal #BD0043
RGB
CMYK
RGB Variations
Color information
#BD0043 (or 0xBD0043) is known color: Cardinal. HEX triplet: BD, 00 and 43. RGB value is (189,0,67). Sum of RGB (Red+Green+Blue) = 189+0+67=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0043 is #42FFBC. Grayscale: #404040. Windows color (decimal): -4390845 or 4391101. OLE color: 4391101.
HSL color Cylindrical-coordinate representation of color #BD0043: hue angle of 338.73º 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 #BD0043 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.65 | 0.26 |
| HSL | 338.73º | 1% | 0.37% | - |
| HSV(B) | 338.73º | 1% | 0.74% | - |
| XYZ | 22 | 11.22 | 6.32 | - |
| YUV | 64.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 67 | 0 | 1 | 0.65 | 0.26 | 338.73 | 1 | 0.37 |
| Hex | BD | 0 | 43 | 0 | 64 | 41 | 1A | 153 | 64 | 25 |
| Octal | 275 | 0 | 103 | 0 | 144 | 101 | 32 | 523 | 144 | 45 |
| Binary | 10111101 | 0 | 1000011 | 0 | 1100100 | 1000001 | 11010 | 101010011 | 1100100 | 100101 |
Color Harmonies of #BD0043
Complementary color
Monochromatic Colors of #BD0043
Black with #BD0043
Text Example
Text Example
White with #BD0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0043; }
p { color: rgb(189,0,67); }
H1.HeaderClassName
{
color: #BD0043;
}
.AnyTagClassName
{
color: #BD0043;
}
</style>
background-color css
<style>
a { background-color: #BD0043; }
a { background-color: rgb(189,0,67); }
div.DivClassName
{
background-color: #BD0043;
}
.BgClassName
{
background-color: #BD0043;
}
</style>
border-color css
<style>
span { border-color: #BD0043; }
span { border-color: rgb(189,0,67); }
td.TdClassName
{
border-color: #BD0043;
}
.TagClassName
{
border-color: #BD0043;
}
</style>