Shades of Cardinal #BD1349
Tints of Cardinal #BD1349
RGB
CMYK
RGB Variations
Color information
#BD1349 (or 0xBD1349) is known color: Cardinal. HEX triplet: BD, 13 and 49. RGB value is (189,19,73). Sum of RGB (Red+Green+Blue) = 189+19+73=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1349 is #42ECB6. Grayscale: #4B4B4B. Windows color (decimal): -4385975 or 4789181. OLE color: 4789181.
HSL color Cylindrical-coordinate representation of color #BD1349: hue angle of 340.94º 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 #BD1349 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 73 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.26 |
| HSL | 340.94º | 0.82% | 0.41% | - |
| HSV(B) | 340.94º | 0.9% | 0.74% | - |
| XYZ | 22.42 | 11.77 | 7.39 | - |
| YUV | 75.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 73 | 0 | 0.90 | 0.61 | 0.26 | 340.94 | 0.82 | 0.41 |
| Hex | BD | 13 | 49 | 0 | 5A | 3D | 1A | 155 | 52 | 29 |
| Octal | 275 | 23 | 111 | 0 | 132 | 75 | 32 | 525 | 122 | 51 |
| Binary | 10111101 | 10011 | 1001001 | 0 | 1011010 | 111101 | 11010 | 101010101 | 1010010 | 101001 |
Color Harmonies of #BD1349
Complementary color
Monochromatic Colors of #BD1349
Black with #BD1349
Text Example
Text Example
White with #BD1349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1349; }
p { color: rgb(189,19,73); }
H1.HeaderClassName
{
color: #BD1349;
}
.AnyTagClassName
{
color: #BD1349;
}
</style>
background-color css
<style>
a { background-color: #BD1349; }
a { background-color: rgb(189,19,73); }
div.DivClassName
{
background-color: #BD1349;
}
.BgClassName
{
background-color: #BD1349;
}
</style>
border-color css
<style>
span { border-color: #BD1349; }
span { border-color: rgb(189,19,73); }
td.TdClassName
{
border-color: #BD1349;
}
.TagClassName
{
border-color: #BD1349;
}
</style>