Shades of Cardinal #BD0449
Tints of Cardinal #BD0449
RGB
CMYK
RGB Variations
Color information
#BD0449 (or 0xBD0449) is known color: Cardinal. HEX triplet: BD, 04 and 49. RGB value is (189,4,73). Sum of RGB (Red+Green+Blue) = 189+4+73=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0449 is #42FBB6. Grayscale: #434343. Windows color (decimal): -4389815 or 4785341. OLE color: 4785341.
HSL color Cylindrical-coordinate representation of color #BD0449: hue angle of 337.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0449 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.26 |
| HSL | 337.62º | 0.96% | 0.38% | - |
| HSV(B) | 337.62º | 0.98% | 0.74% | - |
| XYZ | 22.23 | 11.39 | 7.33 | - |
| YUV | 67.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 73 | 0 | 0.98 | 0.61 | 0.26 | 337.62 | 0.96 | 0.38 |
| Hex | BD | 4 | 49 | 0 | 62 | 3D | 1A | 152 | 60 | 26 |
| Octal | 275 | 4 | 111 | 0 | 142 | 75 | 32 | 522 | 140 | 46 |
| Binary | 10111101 | 100 | 1001001 | 0 | 1100010 | 111101 | 11010 | 101010010 | 1100000 | 100110 |
Color Harmonies of #BD0449
Complementary color
Monochromatic Colors of #BD0449
Black with #BD0449
Text Example
Text Example
White with #BD0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0449; }
p { color: rgb(189,4,73); }
H1.HeaderClassName
{
color: #BD0449;
}
.AnyTagClassName
{
color: #BD0449;
}
</style>
background-color css
<style>
a { background-color: #BD0449; }
a { background-color: rgb(189,4,73); }
div.DivClassName
{
background-color: #BD0449;
}
.BgClassName
{
background-color: #BD0449;
}
</style>
border-color css
<style>
span { border-color: #BD0449; }
span { border-color: rgb(189,4,73); }
td.TdClassName
{
border-color: #BD0449;
}
.TagClassName
{
border-color: #BD0449;
}
</style>