Shades of Cardinal #BD0C37
Tints of Cardinal #BD0C37
RGB
CMYK
RGB Variations
Color information
#BD0C37 (or 0xBD0C37) is known color: Cardinal. HEX triplet: BD, 0C and 37. RGB value is (189,12,55). Sum of RGB (Red+Green+Blue) = 189+12+55=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C37 is #42F3C8. Grayscale: #454545. Windows color (decimal): -4387785 or 3607741. OLE color: 3607741.
HSL color Cylindrical-coordinate representation of color #BD0C37: hue angle of 345.42º 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 #BD0C37 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 55 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.26 |
| HSL | 345.42º | 0.88% | 0.39% | - |
| HSV(B) | 345.42º | 0.94% | 0.74% | - |
| XYZ | 21.81 | 11.36 | 4.66 | - |
| YUV | 69.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 55 | 0 | 0.94 | 0.71 | 0.26 | 345.42 | 0.88 | 0.39 |
| Hex | BD | C | 37 | 0 | 5E | 47 | 1A | 159 | 58 | 27 |
| Octal | 275 | 14 | 67 | 0 | 136 | 107 | 32 | 531 | 130 | 47 |
| Binary | 10111101 | 1100 | 110111 | 0 | 1011110 | 1000111 | 11010 | 101011001 | 1011000 | 100111 |
Color Harmonies of #BD0C37
Complementary color
Monochromatic Colors of #BD0C37
Black with #BD0C37
Text Example
Text Example
White with #BD0C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C37; }
p { color: rgb(189,12,55); }
H1.HeaderClassName
{
color: #BD0C37;
}
.AnyTagClassName
{
color: #BD0C37;
}
</style>
background-color css
<style>
a { background-color: #BD0C37; }
a { background-color: rgb(189,12,55); }
div.DivClassName
{
background-color: #BD0C37;
}
.BgClassName
{
background-color: #BD0C37;
}
</style>
border-color css
<style>
span { border-color: #BD0C37; }
span { border-color: rgb(189,12,55); }
td.TdClassName
{
border-color: #BD0C37;
}
.TagClassName
{
border-color: #BD0C37;
}
</style>