Shades of Cardinal #BD0636
Tints of Cardinal #BD0636
RGB
CMYK
RGB Variations
Color information
#BD0636 (or 0xBD0636) is known color: Cardinal. HEX triplet: BD, 06 and 36. RGB value is (189,6,54). Sum of RGB (Red+Green+Blue) = 189+6+54=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0636 is #42F9C9. Grayscale: #424242. Windows color (decimal): -4389322 or 3540669. OLE color: 3540669.
HSL color Cylindrical-coordinate representation of color #BD0636: hue angle of 344.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0636 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.26 |
| HSL | 344.26º | 0.94% | 0.38% | - |
| HSV(B) | 344.26º | 0.97% | 0.74% | - |
| XYZ | 21.72 | 11.22 | 4.51 | - |
| YUV | 66.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 54 | 0 | 0.97 | 0.71 | 0.26 | 344.26 | 0.94 | 0.38 |
| Hex | BD | 6 | 36 | 0 | 61 | 47 | 1A | 158 | 5E | 26 |
| Octal | 275 | 6 | 66 | 0 | 141 | 107 | 32 | 530 | 136 | 46 |
| Binary | 10111101 | 110 | 110110 | 0 | 1100001 | 1000111 | 11010 | 101011000 | 1011110 | 100110 |
Color Harmonies of #BD0636
Complementary color
Monochromatic Colors of #BD0636
Black with #BD0636
Text Example
Text Example
White with #BD0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0636; }
p { color: rgb(189,6,54); }
H1.HeaderClassName
{
color: #BD0636;
}
.AnyTagClassName
{
color: #BD0636;
}
</style>
background-color css
<style>
a { background-color: #BD0636; }
a { background-color: rgb(189,6,54); }
div.DivClassName
{
background-color: #BD0636;
}
.BgClassName
{
background-color: #BD0636;
}
</style>
border-color css
<style>
span { border-color: #BD0636; }
span { border-color: rgb(189,6,54); }
td.TdClassName
{
border-color: #BD0636;
}
.TagClassName
{
border-color: #BD0636;
}
</style>