Shades of Cardinal #BD133F
Tints of Cardinal #BD133F
RGB
CMYK
RGB Variations
Color information
#BD133F (or 0xBD133F) is known color: Cardinal. HEX triplet: BD, 13 and 3F. RGB value is (189,19,63). Sum of RGB (Red+Green+Blue) = 189+19+63=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD133F is #42ECC0. Grayscale: #4A4A4A. Windows color (decimal): -4385985 or 4133821. OLE color: 4133821.
HSL color Cylindrical-coordinate representation of color #BD133F: hue angle of 344.47º 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 #BD133F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.26 |
| HSL | 344.47º | 0.82% | 0.41% | - |
| HSV(B) | 344.47º | 0.9% | 0.74% | - |
| XYZ | 22.12 | 11.64 | 5.78 | - |
| YUV | 74.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 63 | 0 | 0.90 | 0.67 | 0.26 | 344.47 | 0.82 | 0.41 |
| Hex | BD | 13 | 3F | 0 | 5A | 43 | 1A | 158 | 52 | 29 |
| Octal | 275 | 23 | 77 | 0 | 132 | 103 | 32 | 530 | 122 | 51 |
| Binary | 10111101 | 10011 | 111111 | 0 | 1011010 | 1000011 | 11010 | 101011000 | 1010010 | 101001 |
Color Harmonies of #BD133F
Complementary color
Monochromatic Colors of #BD133F
Black with #BD133F
Text Example
Text Example
White with #BD133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD133F; }
p { color: rgb(189,19,63); }
H1.HeaderClassName
{
color: #BD133F;
}
.AnyTagClassName
{
color: #BD133F;
}
</style>
background-color css
<style>
a { background-color: #BD133F; }
a { background-color: rgb(189,19,63); }
div.DivClassName
{
background-color: #BD133F;
}
.BgClassName
{
background-color: #BD133F;
}
</style>
border-color css
<style>
span { border-color: #BD133F; }
span { border-color: rgb(189,19,63); }
td.TdClassName
{
border-color: #BD133F;
}
.TagClassName
{
border-color: #BD133F;
}
</style>