Shades of Cardinal #BD1345
Tints of Cardinal #BD1345
RGB
CMYK
RGB Variations
Color information
#BD1345 (or 0xBD1345) is known color: Cardinal. HEX triplet: BD, 13 and 45. RGB value is (189,19,69). Sum of RGB (Red+Green+Blue) = 189+19+69=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1345 is #42ECBA. Grayscale: #4B4B4B. Windows color (decimal): -4385979 or 4527037. OLE color: 4527037.
HSL color Cylindrical-coordinate representation of color #BD1345: hue angle of 342.35º 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 #BD1345 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 69 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.26 |
| HSL | 342.35º | 0.82% | 0.41% | - |
| HSV(B) | 342.35º | 0.9% | 0.74% | - |
| XYZ | 22.29 | 11.71 | 6.72 | - |
| YUV | 75.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 69 | 0 | 0.90 | 0.63 | 0.26 | 342.35 | 0.82 | 0.41 |
| Hex | BD | 13 | 45 | 0 | 5A | 3F | 1A | 156 | 52 | 29 |
| Octal | 275 | 23 | 105 | 0 | 132 | 77 | 32 | 526 | 122 | 51 |
| Binary | 10111101 | 10011 | 1000101 | 0 | 1011010 | 111111 | 11010 | 101010110 | 1010010 | 101001 |
Color Harmonies of #BD1345
Complementary color
Monochromatic Colors of #BD1345
Black with #BD1345
Text Example
Text Example
White with #BD1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1345; }
p { color: rgb(189,19,69); }
H1.HeaderClassName
{
color: #BD1345;
}
.AnyTagClassName
{
color: #BD1345;
}
</style>
background-color css
<style>
a { background-color: #BD1345; }
a { background-color: rgb(189,19,69); }
div.DivClassName
{
background-color: #BD1345;
}
.BgClassName
{
background-color: #BD1345;
}
</style>
border-color css
<style>
span { border-color: #BD1345; }
span { border-color: rgb(189,19,69); }
td.TdClassName
{
border-color: #BD1345;
}
.TagClassName
{
border-color: #BD1345;
}
</style>