Shades of Cardinal #BD0536
Tints of Cardinal #BD0536
RGB
CMYK
RGB Variations
Color information
#BD0536 (or 0xBD0536) is known color: Cardinal. HEX triplet: BD, 05 and 36. RGB value is (189,5,54). Sum of RGB (Red+Green+Blue) = 189+5+54=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0536 is #42FAC9. Grayscale: #414141. Windows color (decimal): -4389578 or 3540413. OLE color: 3540413.
HSL color Cylindrical-coordinate representation of color #BD0536: hue angle of 344.02º degrees, saturation: 0.95, 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 #BD0536 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 54 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.26 |
| HSL | 344.02º | 0.95% | 0.38% | - |
| HSV(B) | 344.02º | 0.97% | 0.74% | - |
| XYZ | 21.71 | 11.19 | 4.51 | - |
| YUV | 65.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 54 | 0 | 0.97 | 0.71 | 0.26 | 344.02 | 0.95 | 0.38 |
| Hex | BD | 5 | 36 | 0 | 61 | 47 | 1A | 158 | 5F | 26 |
| Octal | 275 | 5 | 66 | 0 | 141 | 107 | 32 | 530 | 137 | 46 |
| Binary | 10111101 | 101 | 110110 | 0 | 1100001 | 1000111 | 11010 | 101011000 | 1011111 | 100110 |
Color Harmonies of #BD0536
Complementary color
Monochromatic Colors of #BD0536
Black with #BD0536
Text Example
Text Example
White with #BD0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0536; }
p { color: rgb(189,5,54); }
H1.HeaderClassName
{
color: #BD0536;
}
.AnyTagClassName
{
color: #BD0536;
}
</style>
background-color css
<style>
a { background-color: #BD0536; }
a { background-color: rgb(189,5,54); }
div.DivClassName
{
background-color: #BD0536;
}
.BgClassName
{
background-color: #BD0536;
}
</style>
border-color css
<style>
span { border-color: #BD0536; }
span { border-color: rgb(189,5,54); }
td.TdClassName
{
border-color: #BD0536;
}
.TagClassName
{
border-color: #BD0536;
}
</style>