Shades of Cardinal #BD134D
Tints of Cardinal #BD134D
RGB
CMYK
RGB Variations
Color information
#BD134D (or 0xBD134D) is known color: Cardinal. HEX triplet: BD, 13 and 4D. RGB value is (189,19,77). Sum of RGB (Red+Green+Blue) = 189+19+77=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD134D is #42ECB2. Grayscale: #4C4C4C. Windows color (decimal): -4385971 or 5051325. OLE color: 5051325.
HSL color Cylindrical-coordinate representation of color #BD134D: hue angle of 339.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD134D is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.26 |
| HSL | 339.53º | 0.82% | 0.41% | - |
| HSV(B) | 339.53º | 0.9% | 0.74% | - |
| XYZ | 22.56 | 11.82 | 8.11 | - |
| YUV | 76.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 77 | 0 | 0.90 | 0.59 | 0.26 | 339.53 | 0.82 | 0.41 |
| Hex | BD | 13 | 4D | 0 | 5A | 3B | 1A | 154 | 52 | 29 |
| Octal | 275 | 23 | 115 | 0 | 132 | 73 | 32 | 524 | 122 | 51 |
| Binary | 10111101 | 10011 | 1001101 | 0 | 1011010 | 111011 | 11010 | 101010100 | 1010010 | 101001 |
Color Harmonies of #BD134D
Complementary color
Monochromatic Colors of #BD134D
Black with #BD134D
Text Example
Text Example
White with #BD134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD134D; }
p { color: rgb(189,19,77); }
H1.HeaderClassName
{
color: #BD134D;
}
.AnyTagClassName
{
color: #BD134D;
}
</style>
background-color css
<style>
a { background-color: #BD134D; }
a { background-color: rgb(189,19,77); }
div.DivClassName
{
background-color: #BD134D;
}
.BgClassName
{
background-color: #BD134D;
}
</style>
border-color css
<style>
span { border-color: #BD134D; }
span { border-color: rgb(189,19,77); }
td.TdClassName
{
border-color: #BD134D;
}
.TagClassName
{
border-color: #BD134D;
}
</style>