Shades of Cardinal #BD242C
Tints of Cardinal #BD242C
RGB
CMYK
RGB Variations
Color information
#BD242C (or 0xBD242C) is known color: Cardinal. HEX triplet: BD, 24 and 2C. RGB value is (189,36,44). Sum of RGB (Red+Green+Blue) = 189+36+44=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD242C is #42DBD3. Grayscale: #525252. Windows color (decimal): -4381652 or 2892989. OLE color: 2892989.
HSL color Cylindrical-coordinate representation of color #BD242C: hue angle of 356.86º 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 #BD242C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 44 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.26 |
| HSL | 356.86º | 0.68% | 0.44% | - |
| HSV(B) | 356.86º | 0.81% | 0.74% | - |
| XYZ | 22.07 | 12.26 | 3.59 | - |
| YUV | 82.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 44 | 0 | 0.81 | 0.77 | 0.26 | 356.86 | 0.68 | 0.44 |
| Hex | BD | 24 | 2C | 0 | 51 | 4D | 1A | 165 | 44 | 2C |
| Octal | 275 | 44 | 54 | 0 | 121 | 115 | 32 | 545 | 104 | 54 |
| Binary | 10111101 | 100100 | 101100 | 0 | 1010001 | 1001101 | 11010 | 101100101 | 1000100 | 101100 |
Color Harmonies of #BD242C
Complementary color
Monochromatic Colors of #BD242C
Black with #BD242C
Text Example
Text Example
White with #BD242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD242C; }
p { color: rgb(189,36,44); }
H1.HeaderClassName
{
color: #BD242C;
}
.AnyTagClassName
{
color: #BD242C;
}
</style>
background-color css
<style>
a { background-color: #BD242C; }
a { background-color: rgb(189,36,44); }
div.DivClassName
{
background-color: #BD242C;
}
.BgClassName
{
background-color: #BD242C;
}
</style>
border-color css
<style>
span { border-color: #BD242C; }
span { border-color: rgb(189,36,44); }
td.TdClassName
{
border-color: #BD242C;
}
.TagClassName
{
border-color: #BD242C;
}
</style>