Shades of Cardinal #BD1150
Tints of Cardinal #BD1150
RGB
CMYK
RGB Variations
Color information
#BD1150 (or 0xBD1150) is known color: Cardinal. HEX triplet: BD, 11 and 50. RGB value is (189,17,80). Sum of RGB (Red+Green+Blue) = 189+17+80=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1150 is #42EEAF. Grayscale: #4B4B4B. Windows color (decimal): -4386480 or 5247421. OLE color: 5247421.
HSL color Cylindrical-coordinate representation of color #BD1150: hue angle of 338.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1150 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 80 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.26 |
| HSL | 338.02º | 0.83% | 0.4% | - |
| HSV(B) | 338.02º | 0.91% | 0.74% | - |
| XYZ | 22.63 | 11.8 | 8.67 | - |
| YUV | 75.61 | 130.48 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 80 | 0 | 0.91 | 0.58 | 0.26 | 338.02 | 0.83 | 0.4 |
| Hex | BD | 11 | 50 | 0 | 5B | 3A | 1A | 152 | 53 | 28 |
| Octal | 275 | 21 | 120 | 0 | 133 | 72 | 32 | 522 | 123 | 50 |
| Binary | 10111101 | 10001 | 1010000 | 0 | 1011011 | 111010 | 11010 | 101010010 | 1010011 | 101000 |
Color Harmonies of #BD1150
Complementary color
Monochromatic Colors of #BD1150
Black with #BD1150
Text Example
Text Example
White with #BD1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1150; }
p { color: rgb(189,17,80); }
H1.HeaderClassName
{
color: #BD1150;
}
.AnyTagClassName
{
color: #BD1150;
}
</style>
background-color css
<style>
a { background-color: #BD1150; }
a { background-color: rgb(189,17,80); }
div.DivClassName
{
background-color: #BD1150;
}
.BgClassName
{
background-color: #BD1150;
}
</style>
border-color css
<style>
span { border-color: #BD1150; }
span { border-color: rgb(189,17,80); }
td.TdClassName
{
border-color: #BD1150;
}
.TagClassName
{
border-color: #BD1150;
}
</style>