Shades of Cardinal #BD0849
Tints of Cardinal #BD0849
RGB
CMYK
RGB Variations
Color information
#BD0849 (or 0xBD0849) is known color: Cardinal. HEX triplet: BD, 08 and 49. RGB value is (189,8,73). Sum of RGB (Red+Green+Blue) = 189+8+73=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0849 is #42F7B6. Grayscale: #454545. Windows color (decimal): -4388791 or 4786365. OLE color: 4786365.
HSL color Cylindrical-coordinate representation of color #BD0849: hue angle of 338.45º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0849 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.26 |
| HSL | 338.45º | 0.92% | 0.39% | - |
| HSV(B) | 338.45º | 0.96% | 0.74% | - |
| XYZ | 22.28 | 11.47 | 7.34 | - |
| YUV | 69.53 | 129.97 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 73 | 0 | 0.96 | 0.61 | 0.26 | 338.45 | 0.92 | 0.39 |
| Hex | BD | 8 | 49 | 0 | 60 | 3D | 1A | 152 | 5C | 27 |
| Octal | 275 | 10 | 111 | 0 | 140 | 75 | 32 | 522 | 134 | 47 |
| Binary | 10111101 | 1000 | 1001001 | 0 | 1100000 | 111101 | 11010 | 101010010 | 1011100 | 100111 |
Color Harmonies of #BD0849
Complementary color
Monochromatic Colors of #BD0849
Black with #BD0849
Text Example
Text Example
White with #BD0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0849; }
p { color: rgb(189,8,73); }
H1.HeaderClassName
{
color: #BD0849;
}
.AnyTagClassName
{
color: #BD0849;
}
</style>
background-color css
<style>
a { background-color: #BD0849; }
a { background-color: rgb(189,8,73); }
div.DivClassName
{
background-color: #BD0849;
}
.BgClassName
{
background-color: #BD0849;
}
</style>
border-color css
<style>
span { border-color: #BD0849; }
span { border-color: rgb(189,8,73); }
td.TdClassName
{
border-color: #BD0849;
}
.TagClassName
{
border-color: #BD0849;
}
</style>