Shades of Cardinal #BD1250
Tints of Cardinal #BD1250
RGB
CMYK
RGB Variations
Color information
#BD1250 (or 0xBD1250) is known color: Cardinal. HEX triplet: BD, 12 and 50. RGB value is (189,18,80). Sum of RGB (Red+Green+Blue) = 189+18+80=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1250 is #42EDAF. Grayscale: #4C4C4C. Windows color (decimal): -4386224 or 5247677. OLE color: 5247677.
HSL color Cylindrical-coordinate representation of color #BD1250: hue angle of 338.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1250 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 80 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.26 |
| HSL | 338.25º | 0.83% | 0.41% | - |
| HSV(B) | 338.25º | 0.9% | 0.74% | - |
| XYZ | 22.65 | 11.83 | 8.68 | - |
| YUV | 76.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 80 | 0 | 0.90 | 0.58 | 0.26 | 338.25 | 0.83 | 0.41 |
| Hex | BD | 12 | 50 | 0 | 5A | 3A | 1A | 152 | 53 | 29 |
| Octal | 275 | 22 | 120 | 0 | 132 | 72 | 32 | 522 | 123 | 51 |
| Binary | 10111101 | 10010 | 1010000 | 0 | 1011010 | 111010 | 11010 | 101010010 | 1010011 | 101001 |
Color Harmonies of #BD1250
Complementary color
Monochromatic Colors of #BD1250
Black with #BD1250
Text Example
Text Example
White with #BD1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1250; }
p { color: rgb(189,18,80); }
H1.HeaderClassName
{
color: #BD1250;
}
.AnyTagClassName
{
color: #BD1250;
}
</style>
background-color css
<style>
a { background-color: #BD1250; }
a { background-color: rgb(189,18,80); }
div.DivClassName
{
background-color: #BD1250;
}
.BgClassName
{
background-color: #BD1250;
}
</style>
border-color css
<style>
span { border-color: #BD1250; }
span { border-color: rgb(189,18,80); }
td.TdClassName
{
border-color: #BD1250;
}
.TagClassName
{
border-color: #BD1250;
}
</style>