Shades of Cardinal #BD0C39
Tints of Cardinal #BD0C39
RGB
CMYK
RGB Variations
Color information
#BD0C39 (or 0xBD0C39) is known color: Cardinal. HEX triplet: BD, 0C and 39. RGB value is (189,12,57). Sum of RGB (Red+Green+Blue) = 189+12+57=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C39 is #42F3C6. Grayscale: #464646. Windows color (decimal): -4387783 or 3738813. OLE color: 3738813.
HSL color Cylindrical-coordinate representation of color #BD0C39: hue angle of 344.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C39 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 57 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.26 |
| HSL | 344.75º | 0.88% | 0.39% | - |
| HSV(B) | 344.75º | 0.94% | 0.74% | - |
| XYZ | 21.86 | 11.38 | 4.91 | - |
| YUV | 70.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 57 | 0 | 0.94 | 0.70 | 0.26 | 344.75 | 0.88 | 0.39 |
| Hex | BD | C | 39 | 0 | 5E | 46 | 1A | 159 | 58 | 27 |
| Octal | 275 | 14 | 71 | 0 | 136 | 106 | 32 | 531 | 130 | 47 |
| Binary | 10111101 | 1100 | 111001 | 0 | 1011110 | 1000110 | 11010 | 101011001 | 1011000 | 100111 |
Color Harmonies of #BD0C39
Complementary color
Monochromatic Colors of #BD0C39
Black with #BD0C39
Text Example
Text Example
White with #BD0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C39; }
p { color: rgb(189,12,57); }
H1.HeaderClassName
{
color: #BD0C39;
}
.AnyTagClassName
{
color: #BD0C39;
}
</style>
background-color css
<style>
a { background-color: #BD0C39; }
a { background-color: rgb(189,12,57); }
div.DivClassName
{
background-color: #BD0C39;
}
.BgClassName
{
background-color: #BD0C39;
}
</style>
border-color css
<style>
span { border-color: #BD0C39; }
span { border-color: rgb(189,12,57); }
td.TdClassName
{
border-color: #BD0C39;
}
.TagClassName
{
border-color: #BD0C39;
}
</style>