Shades of Cardinal #BD1045
Tints of Cardinal #BD1045
RGB
CMYK
RGB Variations
Color information
#BD1045 (or 0xBD1045) is known color: Cardinal. HEX triplet: BD, 10 and 45. RGB value is (189,16,69). Sum of RGB (Red+Green+Blue) = 189+16+69=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1045 is #42EFBA. Grayscale: #494949. Windows color (decimal): -4386747 or 4526269. OLE color: 4526269.
HSL color Cylindrical-coordinate representation of color #BD1045: hue angle of 341.62º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1045 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 69 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.26 |
| HSL | 341.62º | 0.84% | 0.4% | - |
| HSV(B) | 341.62º | 0.92% | 0.74% | - |
| XYZ | 22.25 | 11.62 | 6.7 | - |
| YUV | 73.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 69 | 0 | 0.92 | 0.63 | 0.26 | 341.62 | 0.84 | 0.4 |
| Hex | BD | 10 | 45 | 0 | 5C | 3F | 1A | 156 | 54 | 28 |
| Octal | 275 | 20 | 105 | 0 | 134 | 77 | 32 | 526 | 124 | 50 |
| Binary | 10111101 | 10000 | 1000101 | 0 | 1011100 | 111111 | 11010 | 101010110 | 1010100 | 101000 |
Color Harmonies of #BD1045
Complementary color
Monochromatic Colors of #BD1045
Black with #BD1045
Text Example
Text Example
White with #BD1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1045; }
p { color: rgb(189,16,69); }
H1.HeaderClassName
{
color: #BD1045;
}
.AnyTagClassName
{
color: #BD1045;
}
</style>
background-color css
<style>
a { background-color: #BD1045; }
a { background-color: rgb(189,16,69); }
div.DivClassName
{
background-color: #BD1045;
}
.BgClassName
{
background-color: #BD1045;
}
</style>
border-color css
<style>
span { border-color: #BD1045; }
span { border-color: rgb(189,16,69); }
td.TdClassName
{
border-color: #BD1045;
}
.TagClassName
{
border-color: #BD1045;
}
</style>