Shades of Cardinal #BD2139
Tints of Cardinal #BD2139
RGB
CMYK
RGB Variations
Color information
#BD2139 (or 0xBD2139) is known color: Cardinal. HEX triplet: BD, 21 and 39. RGB value is (189,33,57). Sum of RGB (Red+Green+Blue) = 189+33+57=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2139 is #42DEC6. Grayscale: #525252. Windows color (decimal): -4382407 or 3744189. OLE color: 3744189.
HSL color Cylindrical-coordinate representation of color #BD2139: hue angle of 350.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2139 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 57 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.26 |
| HSL | 350.77º | 0.7% | 0.44% | - |
| HSV(B) | 350.77º | 0.83% | 0.74% | - |
| XYZ | 22.27 | 12.2 | 5.05 | - |
| YUV | 82.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 57 | 0 | 0.83 | 0.70 | 0.26 | 350.77 | 0.7 | 0.44 |
| Hex | BD | 21 | 39 | 0 | 53 | 46 | 1A | 15F | 46 | 2C |
| Octal | 275 | 41 | 71 | 0 | 123 | 106 | 32 | 537 | 106 | 54 |
| Binary | 10111101 | 100001 | 111001 | 0 | 1010011 | 1000110 | 11010 | 101011111 | 1000110 | 101100 |
Color Harmonies of #BD2139
Complementary color
Monochromatic Colors of #BD2139
Black with #BD2139
Text Example
Text Example
White with #BD2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2139; }
p { color: rgb(189,33,57); }
H1.HeaderClassName
{
color: #BD2139;
}
.AnyTagClassName
{
color: #BD2139;
}
</style>
background-color css
<style>
a { background-color: #BD2139; }
a { background-color: rgb(189,33,57); }
div.DivClassName
{
background-color: #BD2139;
}
.BgClassName
{
background-color: #BD2139;
}
</style>
border-color css
<style>
span { border-color: #BD2139; }
span { border-color: rgb(189,33,57); }
td.TdClassName
{
border-color: #BD2139;
}
.TagClassName
{
border-color: #BD2139;
}
</style>