Shades of Cardinal #BD154B
Tints of Cardinal #BD154B
RGB
CMYK
RGB Variations
Color information
#BD154B (or 0xBD154B) is known color: Cardinal. HEX triplet: BD, 15 and 4B. RGB value is (189,21,75). Sum of RGB (Red+Green+Blue) = 189+21+75=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD154B is #42EAB4. Grayscale: #4D4D4D. Windows color (decimal): -4385461 or 4920765. OLE color: 4920765.
HSL color Cylindrical-coordinate representation of color #BD154B: hue angle of 340.71º 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 #BD154B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 75 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.26 |
| HSL | 340.71º | 0.8% | 0.41% | - |
| HSV(B) | 340.71º | 0.89% | 0.74% | - |
| XYZ | 22.52 | 11.86 | 7.76 | - |
| YUV | 77.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 75 | 0 | 0.89 | 0.60 | 0.26 | 340.71 | 0.8 | 0.41 |
| Hex | BD | 15 | 4B | 0 | 59 | 3C | 1A | 155 | 50 | 29 |
| Octal | 275 | 25 | 113 | 0 | 131 | 74 | 32 | 525 | 120 | 51 |
| Binary | 10111101 | 10101 | 1001011 | 0 | 1011001 | 111100 | 11010 | 101010101 | 1010000 | 101001 |
Color Harmonies of #BD154B
Complementary color
Monochromatic Colors of #BD154B
Black with #BD154B
Text Example
Text Example
White with #BD154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD154B; }
p { color: rgb(189,21,75); }
H1.HeaderClassName
{
color: #BD154B;
}
.AnyTagClassName
{
color: #BD154B;
}
</style>
background-color css
<style>
a { background-color: #BD154B; }
a { background-color: rgb(189,21,75); }
div.DivClassName
{
background-color: #BD154B;
}
.BgClassName
{
background-color: #BD154B;
}
</style>
border-color css
<style>
span { border-color: #BD154B; }
span { border-color: rgb(189,21,75); }
td.TdClassName
{
border-color: #BD154B;
}
.TagClassName
{
border-color: #BD154B;
}
</style>