Shades of Cardinal #BD2932
Tints of Cardinal #BD2932
RGB
CMYK
RGB Variations
Color information
#BD2932 (or 0xBD2932) is known color: Cardinal. HEX triplet: BD, 29 and 32. RGB value is (189,41,50). Sum of RGB (Red+Green+Blue) = 189+41+50=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2932 is #42D6CD. Grayscale: #565656. Windows color (decimal): -4380366 or 3287485. OLE color: 3287485.
HSL color Cylindrical-coordinate representation of color #BD2932: hue angle of 356.35º 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 #BD2932 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 50 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.26 |
| HSL | 356.35º | 0.64% | 0.45% | - |
| HSV(B) | 356.35º | 0.78% | 0.74% | - |
| XYZ | 22.35 | 12.63 | 4.28 | - |
| YUV | 86.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 50 | 0 | 0.78 | 0.74 | 0.26 | 356.35 | 0.64 | 0.45 |
| Hex | BD | 29 | 32 | 0 | 4E | 4A | 1A | 164 | 40 | 2D |
| Octal | 275 | 51 | 62 | 0 | 116 | 112 | 32 | 544 | 100 | 55 |
| Binary | 10111101 | 101001 | 110010 | 0 | 1001110 | 1001010 | 11010 | 101100100 | 1000000 | 101101 |
Color Harmonies of #BD2932
Complementary color
Monochromatic Colors of #BD2932
Black with #BD2932
Text Example
Text Example
White with #BD2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2932; }
p { color: rgb(189,41,50); }
H1.HeaderClassName
{
color: #BD2932;
}
.AnyTagClassName
{
color: #BD2932;
}
</style>
background-color css
<style>
a { background-color: #BD2932; }
a { background-color: rgb(189,41,50); }
div.DivClassName
{
background-color: #BD2932;
}
.BgClassName
{
background-color: #BD2932;
}
</style>
border-color css
<style>
span { border-color: #BD2932; }
span { border-color: rgb(189,41,50); }
td.TdClassName
{
border-color: #BD2932;
}
.TagClassName
{
border-color: #BD2932;
}
</style>