Shades of Cardinal #BD2443
Tints of Cardinal #BD2443
RGB
CMYK
RGB Variations
Color information
#BD2443 (or 0xBD2443) is known color: Cardinal. HEX triplet: BD, 24 and 43. RGB value is (189,36,67). Sum of RGB (Red+Green+Blue) = 189+36+67=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2443 is #42DBBC. Grayscale: #555555. Windows color (decimal): -4381629 or 4400317. OLE color: 4400317.
HSL color Cylindrical-coordinate representation of color #BD2443: hue angle of 347.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2443 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 67 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.26 |
| HSL | 347.84º | 0.68% | 0.44% | - |
| HSV(B) | 347.84º | 0.81% | 0.74% | - |
| XYZ | 22.63 | 12.49 | 6.53 | - |
| YUV | 85.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 67 | 0 | 0.81 | 0.65 | 0.26 | 347.84 | 0.68 | 0.44 |
| Hex | BD | 24 | 43 | 0 | 51 | 41 | 1A | 15C | 44 | 2C |
| Octal | 275 | 44 | 103 | 0 | 121 | 101 | 32 | 534 | 104 | 54 |
| Binary | 10111101 | 100100 | 1000011 | 0 | 1010001 | 1000001 | 11010 | 101011100 | 1000100 | 101100 |
Color Harmonies of #BD2443
Complementary color
Monochromatic Colors of #BD2443
Black with #BD2443
Text Example
Text Example
White with #BD2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2443; }
p { color: rgb(189,36,67); }
H1.HeaderClassName
{
color: #BD2443;
}
.AnyTagClassName
{
color: #BD2443;
}
</style>
background-color css
<style>
a { background-color: #BD2443; }
a { background-color: rgb(189,36,67); }
div.DivClassName
{
background-color: #BD2443;
}
.BgClassName
{
background-color: #BD2443;
}
</style>
border-color css
<style>
span { border-color: #BD2443; }
span { border-color: rgb(189,36,67); }
td.TdClassName
{
border-color: #BD2443;
}
.TagClassName
{
border-color: #BD2443;
}
</style>