Shades of Cardinal #BD2242
Tints of Cardinal #BD2242
RGB
CMYK
RGB Variations
Color information
#BD2242 (or 0xBD2242) is known color: Cardinal. HEX triplet: BD, 22 and 42. RGB value is (189,34,66). Sum of RGB (Red+Green+Blue) = 189+34+66=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2242 is #42DDBD. Grayscale: #545454. Windows color (decimal): -4382142 or 4334269. OLE color: 4334269.
HSL color Cylindrical-coordinate representation of color #BD2242: hue angle of 347.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2242 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 66 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.26 |
| HSL | 347.61º | 0.7% | 0.44% | - |
| HSV(B) | 347.61º | 0.82% | 0.74% | - |
| XYZ | 22.54 | 12.36 | 6.35 | - |
| YUV | 83.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 66 | 0 | 0.82 | 0.65 | 0.26 | 347.61 | 0.7 | 0.44 |
| Hex | BD | 22 | 42 | 0 | 52 | 41 | 1A | 15C | 46 | 2C |
| Octal | 275 | 42 | 102 | 0 | 122 | 101 | 32 | 534 | 106 | 54 |
| Binary | 10111101 | 100010 | 1000010 | 0 | 1010010 | 1000001 | 11010 | 101011100 | 1000110 | 101100 |
Color Harmonies of #BD2242
Complementary color
Monochromatic Colors of #BD2242
Black with #BD2242
Text Example
Text Example
White with #BD2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2242; }
p { color: rgb(189,34,66); }
H1.HeaderClassName
{
color: #BD2242;
}
.AnyTagClassName
{
color: #BD2242;
}
</style>
background-color css
<style>
a { background-color: #BD2242; }
a { background-color: rgb(189,34,66); }
div.DivClassName
{
background-color: #BD2242;
}
.BgClassName
{
background-color: #BD2242;
}
</style>
border-color css
<style>
span { border-color: #BD2242; }
span { border-color: rgb(189,34,66); }
td.TdClassName
{
border-color: #BD2242;
}
.TagClassName
{
border-color: #BD2242;
}
</style>