Shades of Cardinal #BD2429
Tints of Cardinal #BD2429
RGB
CMYK
RGB Variations
Color information
#BD2429 (or 0xBD2429) is known color: Cardinal. HEX triplet: BD, 24 and 29. RGB value is (189,36,41). Sum of RGB (Red+Green+Blue) = 189+36+41=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2429 is #42DBD6. Grayscale: #525252. Windows color (decimal): -4381655 or 2696381. OLE color: 2696381.
HSL color Cylindrical-coordinate representation of color #BD2429: hue angle of 358.04º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2429 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 41 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.26 |
| HSL | 358.04º | 0.68% | 0.44% | - |
| HSV(B) | 358.04º | 0.81% | 0.74% | - |
| XYZ | 22.02 | 12.24 | 3.3 | - |
| YUV | 82.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 41 | 0 | 0.81 | 0.78 | 0.26 | 358.04 | 0.68 | 0.44 |
| Hex | BD | 24 | 29 | 0 | 51 | 4E | 1A | 166 | 44 | 2C |
| Octal | 275 | 44 | 51 | 0 | 121 | 116 | 32 | 546 | 104 | 54 |
| Binary | 10111101 | 100100 | 101001 | 0 | 1010001 | 1001110 | 11010 | 101100110 | 1000100 | 101100 |
Color Harmonies of #BD2429
Complementary color
Monochromatic Colors of #BD2429
Black with #BD2429
Text Example
Text Example
White with #BD2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2429; }
p { color: rgb(189,36,41); }
H1.HeaderClassName
{
color: #BD2429;
}
.AnyTagClassName
{
color: #BD2429;
}
</style>
background-color css
<style>
a { background-color: #BD2429; }
a { background-color: rgb(189,36,41); }
div.DivClassName
{
background-color: #BD2429;
}
.BgClassName
{
background-color: #BD2429;
}
</style>
border-color css
<style>
span { border-color: #BD2429; }
span { border-color: rgb(189,36,41); }
td.TdClassName
{
border-color: #BD2429;
}
.TagClassName
{
border-color: #BD2429;
}
</style>