Shades of Cardinal #BD2229
Tints of Cardinal #BD2229
RGB
CMYK
RGB Variations
Color information
#BD2229 (or 0xBD2229) is known color: Cardinal. HEX triplet: BD, 22 and 29. RGB value is (189,34,41). Sum of RGB (Red+Green+Blue) = 189+34+41=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2229 is #42DDD6. Grayscale: #515151. Windows color (decimal): -4382167 or 2695869. OLE color: 2695869.
HSL color Cylindrical-coordinate representation of color #BD2229: hue angle of 357.29º 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 #BD2229 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 41 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.26 |
| HSL | 357.29º | 0.7% | 0.44% | - |
| HSV(B) | 357.29º | 0.82% | 0.74% | - |
| XYZ | 21.96 | 12.12 | 3.28 | - |
| YUV | 81.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 41 | 0 | 0.82 | 0.78 | 0.26 | 357.29 | 0.7 | 0.44 |
| Hex | BD | 22 | 29 | 0 | 52 | 4E | 1A | 165 | 46 | 2C |
| Octal | 275 | 42 | 51 | 0 | 122 | 116 | 32 | 545 | 106 | 54 |
| Binary | 10111101 | 100010 | 101001 | 0 | 1010010 | 1001110 | 11010 | 101100101 | 1000110 | 101100 |
Color Harmonies of #BD2229
Complementary color
Monochromatic Colors of #BD2229
Black with #BD2229
Text Example
Text Example
White with #BD2229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2229; }
p { color: rgb(189,34,41); }
H1.HeaderClassName
{
color: #BD2229;
}
.AnyTagClassName
{
color: #BD2229;
}
</style>
background-color css
<style>
a { background-color: #BD2229; }
a { background-color: rgb(189,34,41); }
div.DivClassName
{
background-color: #BD2229;
}
.BgClassName
{
background-color: #BD2229;
}
</style>
border-color css
<style>
span { border-color: #BD2229; }
span { border-color: rgb(189,34,41); }
td.TdClassName
{
border-color: #BD2229;
}
.TagClassName
{
border-color: #BD2229;
}
</style>