Shades of Cardinal #BD153B
Tints of Cardinal #BD153B
RGB
CMYK
RGB Variations
Color information
#BD153B (or 0xBD153B) is known color: Cardinal. HEX triplet: BD, 15 and 3B. RGB value is (189,21,59). Sum of RGB (Red+Green+Blue) = 189+21+59=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD153B is #42EAC4. Grayscale: #4B4B4B. Windows color (decimal): -4385477 or 3872189. OLE color: 3872189.
HSL color Cylindrical-coordinate representation of color #BD153B: hue angle of 346.43º 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 #BD153B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 59 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.26 |
| HSL | 346.43º | 0.8% | 0.41% | - |
| HSV(B) | 346.43º | 0.89% | 0.74% | - |
| XYZ | 22.04 | 11.67 | 5.23 | - |
| YUV | 75.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 59 | 0 | 0.89 | 0.69 | 0.26 | 346.43 | 0.8 | 0.41 |
| Hex | BD | 15 | 3B | 0 | 59 | 45 | 1A | 15A | 50 | 29 |
| Octal | 275 | 25 | 73 | 0 | 131 | 105 | 32 | 532 | 120 | 51 |
| Binary | 10111101 | 10101 | 111011 | 0 | 1011001 | 1000101 | 11010 | 101011010 | 1010000 | 101001 |
Color Harmonies of #BD153B
Complementary color
Monochromatic Colors of #BD153B
Black with #BD153B
Text Example
Text Example
White with #BD153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD153B; }
p { color: rgb(189,21,59); }
H1.HeaderClassName
{
color: #BD153B;
}
.AnyTagClassName
{
color: #BD153B;
}
</style>
background-color css
<style>
a { background-color: #BD153B; }
a { background-color: rgb(189,21,59); }
div.DivClassName
{
background-color: #BD153B;
}
.BgClassName
{
background-color: #BD153B;
}
</style>
border-color css
<style>
span { border-color: #BD153B; }
span { border-color: rgb(189,21,59); }
td.TdClassName
{
border-color: #BD153B;
}
.TagClassName
{
border-color: #BD153B;
}
</style>