Shades of Cardinal #BD124F
Tints of Cardinal #BD124F
RGB
CMYK
RGB Variations
Color information
#BD124F (or 0xBD124F) is known color: Cardinal. HEX triplet: BD, 12 and 4F. RGB value is (189,18,79). Sum of RGB (Red+Green+Blue) = 189+18+79=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD124F is #42EDB0. Grayscale: #4C4C4C. Windows color (decimal): -4386225 or 5182141. OLE color: 5182141.
HSL color Cylindrical-coordinate representation of color #BD124F: hue angle of 338.6º 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 #BD124F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 79 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.26 |
| HSL | 338.6º | 0.83% | 0.41% | - |
| HSV(B) | 338.6º | 0.9% | 0.74% | - |
| XYZ | 22.61 | 11.82 | 8.49 | - |
| YUV | 76.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 79 | 0 | 0.90 | 0.58 | 0.26 | 338.6 | 0.83 | 0.41 |
| Hex | BD | 12 | 4F | 0 | 5A | 3A | 1A | 153 | 53 | 29 |
| Octal | 275 | 22 | 117 | 0 | 132 | 72 | 32 | 523 | 123 | 51 |
| Binary | 10111101 | 10010 | 1001111 | 0 | 1011010 | 111010 | 11010 | 101010011 | 1010011 | 101001 |
Color Harmonies of #BD124F
Complementary color
Monochromatic Colors of #BD124F
Black with #BD124F
Text Example
Text Example
White with #BD124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD124F; }
p { color: rgb(189,18,79); }
H1.HeaderClassName
{
color: #BD124F;
}
.AnyTagClassName
{
color: #BD124F;
}
</style>
background-color css
<style>
a { background-color: #BD124F; }
a { background-color: rgb(189,18,79); }
div.DivClassName
{
background-color: #BD124F;
}
.BgClassName
{
background-color: #BD124F;
}
</style>
border-color css
<style>
span { border-color: #BD124F; }
span { border-color: rgb(189,18,79); }
td.TdClassName
{
border-color: #BD124F;
}
.TagClassName
{
border-color: #BD124F;
}
</style>