Shades of Cardinal #BD2934
Tints of Cardinal #BD2934
RGB
CMYK
RGB Variations
Color information
#BD2934 (or 0xBD2934) is known color: Cardinal. HEX triplet: BD, 29 and 34. RGB value is (189,41,52). Sum of RGB (Red+Green+Blue) = 189+41+52=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2934 is #42D6CB. Grayscale: #565656. Windows color (decimal): -4380364 or 3418557. OLE color: 3418557.
HSL color Cylindrical-coordinate representation of color #BD2934: hue angle of 355.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2934 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 52 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.26 |
| HSL | 355.54º | 0.64% | 0.45% | - |
| HSV(B) | 355.54º | 0.78% | 0.74% | - |
| XYZ | 22.4 | 12.65 | 4.51 | - |
| YUV | 86.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 52 | 0 | 0.78 | 0.72 | 0.26 | 355.54 | 0.64 | 0.45 |
| Hex | BD | 29 | 34 | 0 | 4E | 48 | 1A | 164 | 40 | 2D |
| Octal | 275 | 51 | 64 | 0 | 116 | 110 | 32 | 544 | 100 | 55 |
| Binary | 10111101 | 101001 | 110100 | 0 | 1001110 | 1001000 | 11010 | 101100100 | 1000000 | 101101 |
Color Harmonies of #BD2934
Complementary color
Monochromatic Colors of #BD2934
Black with #BD2934
Text Example
Text Example
White with #BD2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2934; }
p { color: rgb(189,41,52); }
H1.HeaderClassName
{
color: #BD2934;
}
.AnyTagClassName
{
color: #BD2934;
}
</style>
background-color css
<style>
a { background-color: #BD2934; }
a { background-color: rgb(189,41,52); }
div.DivClassName
{
background-color: #BD2934;
}
.BgClassName
{
background-color: #BD2934;
}
</style>
border-color css
<style>
span { border-color: #BD2934; }
span { border-color: rgb(189,41,52); }
td.TdClassName
{
border-color: #BD2934;
}
.TagClassName
{
border-color: #BD2934;
}
</style>