Shades of Cardinal #BD243D
Tints of Cardinal #BD243D
RGB
CMYK
RGB Variations
Color information
#BD243D (or 0xBD243D) is known color: Cardinal. HEX triplet: BD, 24 and 3D. RGB value is (189,36,61). Sum of RGB (Red+Green+Blue) = 189+36+61=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD243D is #42DBC2. Grayscale: #545454. Windows color (decimal): -4381635 or 4007101. OLE color: 4007101.
HSL color Cylindrical-coordinate representation of color #BD243D: hue angle of 350.2º 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 #BD243D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 61 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.26 |
| HSL | 350.2º | 0.68% | 0.44% | - |
| HSV(B) | 350.2º | 0.81% | 0.74% | - |
| XYZ | 22.46 | 12.42 | 5.63 | - |
| YUV | 84.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 61 | 0 | 0.81 | 0.68 | 0.26 | 350.2 | 0.68 | 0.44 |
| Hex | BD | 24 | 3D | 0 | 51 | 44 | 1A | 15E | 44 | 2C |
| Octal | 275 | 44 | 75 | 0 | 121 | 104 | 32 | 536 | 104 | 54 |
| Binary | 10111101 | 100100 | 111101 | 0 | 1010001 | 1000100 | 11010 | 101011110 | 1000100 | 101100 |
Color Harmonies of #BD243D
Complementary color
Monochromatic Colors of #BD243D
Black with #BD243D
Text Example
Text Example
White with #BD243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD243D; }
p { color: rgb(189,36,61); }
H1.HeaderClassName
{
color: #BD243D;
}
.AnyTagClassName
{
color: #BD243D;
}
</style>
background-color css
<style>
a { background-color: #BD243D; }
a { background-color: rgb(189,36,61); }
div.DivClassName
{
background-color: #BD243D;
}
.BgClassName
{
background-color: #BD243D;
}
</style>
border-color css
<style>
span { border-color: #BD243D; }
span { border-color: rgb(189,36,61); }
td.TdClassName
{
border-color: #BD243D;
}
.TagClassName
{
border-color: #BD243D;
}
</style>