Shades of Cardinal #BD133B
Tints of Cardinal #BD133B
RGB
CMYK
RGB Variations
Color information
#BD133B (or 0xBD133B) is known color: Cardinal. HEX triplet: BD, 13 and 3B. RGB value is (189,19,59). Sum of RGB (Red+Green+Blue) = 189+19+59=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD133B is #42ECC4. Grayscale: #4A4A4A. Windows color (decimal): -4385989 or 3871677. OLE color: 3871677.
HSL color Cylindrical-coordinate representation of color #BD133B: hue angle of 345.88º 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 #BD133B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.26 |
| HSL | 345.88º | 0.82% | 0.41% | - |
| HSV(B) | 345.88º | 0.9% | 0.74% | - |
| XYZ | 22.01 | 11.6 | 5.22 | - |
| YUV | 74.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 59 | 0 | 0.90 | 0.69 | 0.26 | 345.88 | 0.82 | 0.41 |
| Hex | BD | 13 | 3B | 0 | 5A | 45 | 1A | 15A | 52 | 29 |
| Octal | 275 | 23 | 73 | 0 | 132 | 105 | 32 | 532 | 122 | 51 |
| Binary | 10111101 | 10011 | 111011 | 0 | 1011010 | 1000101 | 11010 | 101011010 | 1010010 | 101001 |
Color Harmonies of #BD133B
Complementary color
Monochromatic Colors of #BD133B
Black with #BD133B
Text Example
Text Example
White with #BD133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD133B; }
p { color: rgb(189,19,59); }
H1.HeaderClassName
{
color: #BD133B;
}
.AnyTagClassName
{
color: #BD133B;
}
</style>
background-color css
<style>
a { background-color: #BD133B; }
a { background-color: rgb(189,19,59); }
div.DivClassName
{
background-color: #BD133B;
}
.BgClassName
{
background-color: #BD133B;
}
</style>
border-color css
<style>
span { border-color: #BD133B; }
span { border-color: rgb(189,19,59); }
td.TdClassName
{
border-color: #BD133B;
}
.TagClassName
{
border-color: #BD133B;
}
</style>