Shades of Cardinal #BD2145
Tints of Cardinal #BD2145
RGB
CMYK
RGB Variations
Color information
#BD2145 (or 0xBD2145) is known color: Cardinal. HEX triplet: BD, 21 and 45. RGB value is (189,33,69). Sum of RGB (Red+Green+Blue) = 189+33+69=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2145 is #42DEBA. Grayscale: #535353. Windows color (decimal): -4382395 or 4530621. OLE color: 4530621.
HSL color Cylindrical-coordinate representation of color #BD2145: hue angle of 346.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2145 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 69 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.26 |
| HSL | 346.15º | 0.7% | 0.44% | - |
| HSV(B) | 346.15º | 0.83% | 0.74% | - |
| XYZ | 22.6 | 12.34 | 6.82 | - |
| YUV | 83.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 69 | 0 | 0.83 | 0.63 | 0.26 | 346.15 | 0.7 | 0.44 |
| Hex | BD | 21 | 45 | 0 | 53 | 3F | 1A | 15A | 46 | 2C |
| Octal | 275 | 41 | 105 | 0 | 123 | 77 | 32 | 532 | 106 | 54 |
| Binary | 10111101 | 100001 | 1000101 | 0 | 1010011 | 111111 | 11010 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BD2145
Complementary color
Monochromatic Colors of #BD2145
Black with #BD2145
Text Example
Text Example
White with #BD2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2145; }
p { color: rgb(189,33,69); }
H1.HeaderClassName
{
color: #BD2145;
}
.AnyTagClassName
{
color: #BD2145;
}
</style>
background-color css
<style>
a { background-color: #BD2145; }
a { background-color: rgb(189,33,69); }
div.DivClassName
{
background-color: #BD2145;
}
.BgClassName
{
background-color: #BD2145;
}
</style>
border-color css
<style>
span { border-color: #BD2145; }
span { border-color: rgb(189,33,69); }
td.TdClassName
{
border-color: #BD2145;
}
.TagClassName
{
border-color: #BD2145;
}
</style>