Shades of Cardinal #BD0637
Tints of Cardinal #BD0637
RGB
CMYK
RGB Variations
Color information
#BD0637 (or 0xBD0637) is known color: Cardinal. HEX triplet: BD, 06 and 37. RGB value is (189,6,55). Sum of RGB (Red+Green+Blue) = 189+6+55=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0637 is #42F9C8. Grayscale: #424242. Windows color (decimal): -4389321 or 3606205. OLE color: 3606205.
HSL color Cylindrical-coordinate representation of color #BD0637: hue angle of 343.93º 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 #BD0637 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.26 |
| HSL | 343.93º | 0.94% | 0.38% | - |
| HSV(B) | 343.93º | 0.97% | 0.74% | - |
| XYZ | 21.74 | 11.22 | 4.64 | - |
| YUV | 66.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 55 | 0 | 0.97 | 0.71 | 0.26 | 343.93 | 0.94 | 0.38 |
| Hex | BD | 6 | 37 | 0 | 61 | 47 | 1A | 158 | 5E | 26 |
| Octal | 275 | 6 | 67 | 0 | 141 | 107 | 32 | 530 | 136 | 46 |
| Binary | 10111101 | 110 | 110111 | 0 | 1100001 | 1000111 | 11010 | 101011000 | 1011110 | 100110 |
Color Harmonies of #BD0637
Complementary color
Monochromatic Colors of #BD0637
Black with #BD0637
Text Example
Text Example
White with #BD0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0637; }
p { color: rgb(189,6,55); }
H1.HeaderClassName
{
color: #BD0637;
}
.AnyTagClassName
{
color: #BD0637;
}
</style>
background-color css
<style>
a { background-color: #BD0637; }
a { background-color: rgb(189,6,55); }
div.DivClassName
{
background-color: #BD0637;
}
.BgClassName
{
background-color: #BD0637;
}
</style>
border-color css
<style>
span { border-color: #BD0637; }
span { border-color: rgb(189,6,55); }
td.TdClassName
{
border-color: #BD0637;
}
.TagClassName
{
border-color: #BD0637;
}
</style>