Shades of Cardinal #BD2239
Tints of Cardinal #BD2239
RGB
CMYK
RGB Variations
Color information
#BD2239 (or 0xBD2239) is known color: Cardinal. HEX triplet: BD, 22 and 39. RGB value is (189,34,57). Sum of RGB (Red+Green+Blue) = 189+34+57=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2239 is #42DDC6. Grayscale: #535353. Windows color (decimal): -4382151 or 3744445. OLE color: 3744445.
HSL color Cylindrical-coordinate representation of color #BD2239: hue angle of 351.1º 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 #BD2239 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 57 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.26 |
| HSL | 351.1º | 0.7% | 0.44% | - |
| HSV(B) | 351.1º | 0.82% | 0.74% | - |
| XYZ | 22.3 | 12.26 | 5.06 | - |
| YUV | 82.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 57 | 0 | 0.82 | 0.70 | 0.26 | 351.1 | 0.7 | 0.44 |
| Hex | BD | 22 | 39 | 0 | 52 | 46 | 1A | 15F | 46 | 2C |
| Octal | 275 | 42 | 71 | 0 | 122 | 106 | 32 | 537 | 106 | 54 |
| Binary | 10111101 | 100010 | 111001 | 0 | 1010010 | 1000110 | 11010 | 101011111 | 1000110 | 101100 |
Color Harmonies of #BD2239
Complementary color
Monochromatic Colors of #BD2239
Black with #BD2239
Text Example
Text Example
White with #BD2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2239; }
p { color: rgb(189,34,57); }
H1.HeaderClassName
{
color: #BD2239;
}
.AnyTagClassName
{
color: #BD2239;
}
</style>
background-color css
<style>
a { background-color: #BD2239; }
a { background-color: rgb(189,34,57); }
div.DivClassName
{
background-color: #BD2239;
}
.BgClassName
{
background-color: #BD2239;
}
</style>
border-color css
<style>
span { border-color: #BD2239; }
span { border-color: rgb(189,34,57); }
td.TdClassName
{
border-color: #BD2239;
}
.TagClassName
{
border-color: #BD2239;
}
</style>