Shades of Cardinal #BD1242
Tints of Cardinal #BD1242
RGB
CMYK
RGB Variations
Color information
#BD1242 (or 0xBD1242) is known color: Cardinal. HEX triplet: BD, 12 and 42. RGB value is (189,18,66). Sum of RGB (Red+Green+Blue) = 189+18+66=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1242 is #42EDBD. Grayscale: #4A4A4A. Windows color (decimal): -4386238 or 4330173. OLE color: 4330173.
HSL color Cylindrical-coordinate representation of color #BD1242: hue angle of 343.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1242 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 66 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.26 |
| HSL | 343.16º | 0.83% | 0.41% | - |
| HSV(B) | 343.16º | 0.9% | 0.74% | - |
| XYZ | 22.19 | 11.64 | 6.23 | - |
| YUV | 74.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 66 | 0 | 0.90 | 0.65 | 0.26 | 343.16 | 0.83 | 0.41 |
| Hex | BD | 12 | 42 | 0 | 5A | 41 | 1A | 157 | 53 | 29 |
| Octal | 275 | 22 | 102 | 0 | 132 | 101 | 32 | 527 | 123 | 51 |
| Binary | 10111101 | 10010 | 1000010 | 0 | 1011010 | 1000001 | 11010 | 101010111 | 1010011 | 101001 |
Color Harmonies of #BD1242
Complementary color
Monochromatic Colors of #BD1242
Black with #BD1242
Text Example
Text Example
White with #BD1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1242; }
p { color: rgb(189,18,66); }
H1.HeaderClassName
{
color: #BD1242;
}
.AnyTagClassName
{
color: #BD1242;
}
</style>
background-color css
<style>
a { background-color: #BD1242; }
a { background-color: rgb(189,18,66); }
div.DivClassName
{
background-color: #BD1242;
}
.BgClassName
{
background-color: #BD1242;
}
</style>
border-color css
<style>
span { border-color: #BD1242; }
span { border-color: rgb(189,18,66); }
td.TdClassName
{
border-color: #BD1242;
}
.TagClassName
{
border-color: #BD1242;
}
</style>