Shades of Cardinal #BD133D
Tints of Cardinal #BD133D
RGB
CMYK
RGB Variations
Color information
#BD133D (or 0xBD133D) is known color: Cardinal. HEX triplet: BD, 13 and 3D. RGB value is (189,19,61). Sum of RGB (Red+Green+Blue) = 189+19+61=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD133D is #42ECC2. Grayscale: #4A4A4A. Windows color (decimal): -4385987 or 4002749. OLE color: 4002749.
HSL color Cylindrical-coordinate representation of color #BD133D: hue angle of 345.18º 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 #BD133D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 61 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.26 |
| HSL | 345.18º | 0.82% | 0.41% | - |
| HSV(B) | 345.18º | 0.9% | 0.74% | - |
| XYZ | 22.06 | 11.62 | 5.5 | - |
| YUV | 74.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 61 | 0 | 0.90 | 0.68 | 0.26 | 345.18 | 0.82 | 0.41 |
| Hex | BD | 13 | 3D | 0 | 5A | 44 | 1A | 159 | 52 | 29 |
| Octal | 275 | 23 | 75 | 0 | 132 | 104 | 32 | 531 | 122 | 51 |
| Binary | 10111101 | 10011 | 111101 | 0 | 1011010 | 1000100 | 11010 | 101011001 | 1010010 | 101001 |
Color Harmonies of #BD133D
Complementary color
Monochromatic Colors of #BD133D
Black with #BD133D
Text Example
Text Example
White with #BD133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD133D; }
p { color: rgb(189,19,61); }
H1.HeaderClassName
{
color: #BD133D;
}
.AnyTagClassName
{
color: #BD133D;
}
</style>
background-color css
<style>
a { background-color: #BD133D; }
a { background-color: rgb(189,19,61); }
div.DivClassName
{
background-color: #BD133D;
}
.BgClassName
{
background-color: #BD133D;
}
</style>
border-color css
<style>
span { border-color: #BD133D; }
span { border-color: rgb(189,19,61); }
td.TdClassName
{
border-color: #BD133D;
}
.TagClassName
{
border-color: #BD133D;
}
</style>