Shades of Cardinal #BD2637
Tints of Cardinal #BD2637
RGB
CMYK
RGB Variations
Color information
#BD2637 (or 0xBD2637) is known color: Cardinal. HEX triplet: BD, 26 and 37. RGB value is (189,38,55). Sum of RGB (Red+Green+Blue) = 189+38+55=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2637 is #42D9C8. Grayscale: #555555. Windows color (decimal): -4381129 or 3614397. OLE color: 3614397.
HSL color Cylindrical-coordinate representation of color #BD2637: hue angle of 353.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2637 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 55 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.26 |
| HSL | 353.25º | 0.67% | 0.45% | - |
| HSV(B) | 353.25º | 0.8% | 0.74% | - |
| XYZ | 22.37 | 12.48 | 4.84 | - |
| YUV | 85.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 55 | 0 | 0.80 | 0.71 | 0.26 | 353.25 | 0.67 | 0.45 |
| Hex | BD | 26 | 37 | 0 | 50 | 47 | 1A | 161 | 43 | 2D |
| Octal | 275 | 46 | 67 | 0 | 120 | 107 | 32 | 541 | 103 | 55 |
| Binary | 10111101 | 100110 | 110111 | 0 | 1010000 | 1000111 | 11010 | 101100001 | 1000011 | 101101 |
Color Harmonies of #BD2637
Complementary color
Monochromatic Colors of #BD2637
Black with #BD2637
Text Example
Text Example
White with #BD2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2637; }
p { color: rgb(189,38,55); }
H1.HeaderClassName
{
color: #BD2637;
}
.AnyTagClassName
{
color: #BD2637;
}
</style>
background-color css
<style>
a { background-color: #BD2637; }
a { background-color: rgb(189,38,55); }
div.DivClassName
{
background-color: #BD2637;
}
.BgClassName
{
background-color: #BD2637;
}
</style>
border-color css
<style>
span { border-color: #BD2637; }
span { border-color: rgb(189,38,55); }
td.TdClassName
{
border-color: #BD2637;
}
.TagClassName
{
border-color: #BD2637;
}
</style>