Shades of Cardinal #BD1532
Tints of Cardinal #BD1532
RGB
CMYK
RGB Variations
Color information
#BD1532 (or 0xBD1532) is known color: Cardinal. HEX triplet: BD, 15 and 32. RGB value is (189,21,50). Sum of RGB (Red+Green+Blue) = 189+21+50=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1532 is #42EACD. Grayscale: #4A4A4A. Windows color (decimal): -4385486 or 3282365. OLE color: 3282365.
HSL color Cylindrical-coordinate representation of color #BD1532: hue angle of 349.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1532 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 50 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.26 |
| HSL | 349.64º | 0.8% | 0.41% | - |
| HSV(B) | 349.64º | 0.89% | 0.74% | - |
| XYZ | 21.83 | 11.59 | 4.1 | - |
| YUV | 74.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 50 | 0 | 0.89 | 0.74 | 0.26 | 349.64 | 0.8 | 0.41 |
| Hex | BD | 15 | 32 | 0 | 59 | 4A | 1A | 15E | 50 | 29 |
| Octal | 275 | 25 | 62 | 0 | 131 | 112 | 32 | 536 | 120 | 51 |
| Binary | 10111101 | 10101 | 110010 | 0 | 1011001 | 1001010 | 11010 | 101011110 | 1010000 | 101001 |
Color Harmonies of #BD1532
Complementary color
Monochromatic Colors of #BD1532
Black with #BD1532
Text Example
Text Example
White with #BD1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1532; }
p { color: rgb(189,21,50); }
H1.HeaderClassName
{
color: #BD1532;
}
.AnyTagClassName
{
color: #BD1532;
}
</style>
background-color css
<style>
a { background-color: #BD1532; }
a { background-color: rgb(189,21,50); }
div.DivClassName
{
background-color: #BD1532;
}
.BgClassName
{
background-color: #BD1532;
}
</style>
border-color css
<style>
span { border-color: #BD1532; }
span { border-color: rgb(189,21,50); }
td.TdClassName
{
border-color: #BD1532;
}
.TagClassName
{
border-color: #BD1532;
}
</style>