Shades of Cardinal #BD133A
Tints of Cardinal #BD133A
RGB
CMYK
RGB Variations
Color information
#BD133A (or 0xBD133A) is known color: Cardinal. HEX triplet: BD, 13 and 3A. RGB value is (189,19,58). Sum of RGB (Red+Green+Blue) = 189+19+58=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD133A is #42ECC5. Grayscale: #4A4A4A. Windows color (decimal): -4385990 or 3806141. OLE color: 3806141.
HSL color Cylindrical-coordinate representation of color #BD133A: hue angle of 346.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD133A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 58 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.26 |
| HSL | 346.24º | 0.82% | 0.41% | - |
| HSV(B) | 346.24º | 0.9% | 0.74% | - |
| XYZ | 21.98 | 11.59 | 5.08 | - |
| YUV | 74.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 58 | 0 | 0.90 | 0.69 | 0.26 | 346.24 | 0.82 | 0.41 |
| Hex | BD | 13 | 3A | 0 | 5A | 45 | 1A | 15A | 52 | 29 |
| Octal | 275 | 23 | 72 | 0 | 132 | 105 | 32 | 532 | 122 | 51 |
| Binary | 10111101 | 10011 | 111010 | 0 | 1011010 | 1000101 | 11010 | 101011010 | 1010010 | 101001 |
Color Harmonies of #BD133A
Complementary color
Monochromatic Colors of #BD133A
Black with #BD133A
Text Example
Text Example
White with #BD133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD133A; }
p { color: rgb(189,19,58); }
H1.HeaderClassName
{
color: #BD133A;
}
.AnyTagClassName
{
color: #BD133A;
}
</style>
background-color css
<style>
a { background-color: #BD133A; }
a { background-color: rgb(189,19,58); }
div.DivClassName
{
background-color: #BD133A;
}
.BgClassName
{
background-color: #BD133A;
}
</style>
border-color css
<style>
span { border-color: #BD133A; }
span { border-color: rgb(189,19,58); }
td.TdClassName
{
border-color: #BD133A;
}
.TagClassName
{
border-color: #BD133A;
}
</style>