Shades of Cardinal #BD134F
Tints of Cardinal #BD134F
RGB
CMYK
RGB Variations
Color information
#BD134F (or 0xBD134F) is known color: Cardinal. HEX triplet: BD, 13 and 4F. RGB value is (189,19,79). Sum of RGB (Red+Green+Blue) = 189+19+79=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD134F is #42ECB0. Grayscale: #4C4C4C. Windows color (decimal): -4385969 or 5182397. OLE color: 5182397.
HSL color Cylindrical-coordinate representation of color #BD134F: hue angle of 338.82º 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 #BD134F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 79 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.26 |
| HSL | 338.82º | 0.82% | 0.41% | - |
| HSV(B) | 338.82º | 0.9% | 0.74% | - |
| XYZ | 22.63 | 11.85 | 8.49 | - |
| YUV | 76.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 79 | 0 | 0.90 | 0.58 | 0.26 | 338.82 | 0.82 | 0.41 |
| Hex | BD | 13 | 4F | 0 | 5A | 3A | 1A | 153 | 52 | 29 |
| Octal | 275 | 23 | 117 | 0 | 132 | 72 | 32 | 523 | 122 | 51 |
| Binary | 10111101 | 10011 | 1001111 | 0 | 1011010 | 111010 | 11010 | 101010011 | 1010010 | 101001 |
Color Harmonies of #BD134F
Complementary color
Monochromatic Colors of #BD134F
Black with #BD134F
Text Example
Text Example
White with #BD134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD134F; }
p { color: rgb(189,19,79); }
H1.HeaderClassName
{
color: #BD134F;
}
.AnyTagClassName
{
color: #BD134F;
}
</style>
background-color css
<style>
a { background-color: #BD134F; }
a { background-color: rgb(189,19,79); }
div.DivClassName
{
background-color: #BD134F;
}
.BgClassName
{
background-color: #BD134F;
}
</style>
border-color css
<style>
span { border-color: #BD134F; }
span { border-color: rgb(189,19,79); }
td.TdClassName
{
border-color: #BD134F;
}
.TagClassName
{
border-color: #BD134F;
}
</style>