Shades of Cardinal #BD243C
Tints of Cardinal #BD243C
RGB
CMYK
RGB Variations
Color information
#BD243C (or 0xBD243C) is known color: Cardinal. HEX triplet: BD, 24 and 3C. RGB value is (189,36,60). Sum of RGB (Red+Green+Blue) = 189+36+60=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD243C is #42DBC3. Grayscale: #545454. Windows color (decimal): -4381636 or 3941565. OLE color: 3941565.
HSL color Cylindrical-coordinate representation of color #BD243C: hue angle of 350.59º 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 #BD243C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 60 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.26 |
| HSL | 350.59º | 0.68% | 0.44% | - |
| HSV(B) | 350.59º | 0.81% | 0.74% | - |
| XYZ | 22.43 | 12.41 | 5.49 | - |
| YUV | 84.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 60 | 0 | 0.81 | 0.68 | 0.26 | 350.59 | 0.68 | 0.44 |
| Hex | BD | 24 | 3C | 0 | 51 | 44 | 1A | 15F | 44 | 2C |
| Octal | 275 | 44 | 74 | 0 | 121 | 104 | 32 | 537 | 104 | 54 |
| Binary | 10111101 | 100100 | 111100 | 0 | 1010001 | 1000100 | 11010 | 101011111 | 1000100 | 101100 |
Color Harmonies of #BD243C
Complementary color
Monochromatic Colors of #BD243C
Black with #BD243C
Text Example
Text Example
White with #BD243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD243C; }
p { color: rgb(189,36,60); }
H1.HeaderClassName
{
color: #BD243C;
}
.AnyTagClassName
{
color: #BD243C;
}
</style>
background-color css
<style>
a { background-color: #BD243C; }
a { background-color: rgb(189,36,60); }
div.DivClassName
{
background-color: #BD243C;
}
.BgClassName
{
background-color: #BD243C;
}
</style>
border-color css
<style>
span { border-color: #BD243C; }
span { border-color: rgb(189,36,60); }
td.TdClassName
{
border-color: #BD243C;
}
.TagClassName
{
border-color: #BD243C;
}
</style>