Shades of Cardinal #BD243E
Tints of Cardinal #BD243E
RGB
CMYK
RGB Variations
Color information
#BD243E (or 0xBD243E) is known color: Cardinal. HEX triplet: BD, 24 and 3E. RGB value is (189,36,62). Sum of RGB (Red+Green+Blue) = 189+36+62=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD243E is #42DBC1. Grayscale: #545454. Windows color (decimal): -4381634 or 4072637. OLE color: 4072637.
HSL color Cylindrical-coordinate representation of color #BD243E: hue angle of 349.8º 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 #BD243E is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 62 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.26 |
| HSL | 349.8º | 0.68% | 0.44% | - |
| HSV(B) | 349.8º | 0.81% | 0.74% | - |
| XYZ | 22.49 | 12.43 | 5.77 | - |
| YUV | 84.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 62 | 0 | 0.81 | 0.67 | 0.26 | 349.8 | 0.68 | 0.44 |
| Hex | BD | 24 | 3E | 0 | 51 | 43 | 1A | 15E | 44 | 2C |
| Octal | 275 | 44 | 76 | 0 | 121 | 103 | 32 | 536 | 104 | 54 |
| Binary | 10111101 | 100100 | 111110 | 0 | 1010001 | 1000011 | 11010 | 101011110 | 1000100 | 101100 |
Color Harmonies of #BD243E
Complementary color
Monochromatic Colors of #BD243E
Black with #BD243E
Text Example
Text Example
White with #BD243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD243E; }
p { color: rgb(189,36,62); }
H1.HeaderClassName
{
color: #BD243E;
}
.AnyTagClassName
{
color: #BD243E;
}
</style>
background-color css
<style>
a { background-color: #BD243E; }
a { background-color: rgb(189,36,62); }
div.DivClassName
{
background-color: #BD243E;
}
.BgClassName
{
background-color: #BD243E;
}
</style>
border-color css
<style>
span { border-color: #BD243E; }
span { border-color: rgb(189,36,62); }
td.TdClassName
{
border-color: #BD243E;
}
.TagClassName
{
border-color: #BD243E;
}
</style>