Shades of Cardinal #BD113D
Tints of Cardinal #BD113D
RGB
CMYK
RGB Variations
Color information
#BD113D (or 0xBD113D) is known color: Cardinal. HEX triplet: BD, 11 and 3D. RGB value is (189,17,61). Sum of RGB (Red+Green+Blue) = 189+17+61=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD113D is #42EEC2. Grayscale: #494949. Windows color (decimal): -4386499 or 4002237. OLE color: 4002237.
HSL color Cylindrical-coordinate representation of color #BD113D: hue angle of 344.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD113D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.26 |
| HSL | 344.65º | 0.83% | 0.4% | - |
| HSV(B) | 344.65º | 0.91% | 0.74% | - |
| XYZ | 22.03 | 11.56 | 5.48 | - |
| YUV | 73.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 61 | 0 | 0.91 | 0.68 | 0.26 | 344.65 | 0.83 | 0.4 |
| Hex | BD | 11 | 3D | 0 | 5B | 44 | 1A | 159 | 53 | 28 |
| Octal | 275 | 21 | 75 | 0 | 133 | 104 | 32 | 531 | 123 | 50 |
| Binary | 10111101 | 10001 | 111101 | 0 | 1011011 | 1000100 | 11010 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BD113D
Complementary color
Monochromatic Colors of #BD113D
Black with #BD113D
Text Example
Text Example
White with #BD113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD113D; }
p { color: rgb(189,17,61); }
H1.HeaderClassName
{
color: #BD113D;
}
.AnyTagClassName
{
color: #BD113D;
}
</style>
background-color css
<style>
a { background-color: #BD113D; }
a { background-color: rgb(189,17,61); }
div.DivClassName
{
background-color: #BD113D;
}
.BgClassName
{
background-color: #BD113D;
}
</style>
border-color css
<style>
span { border-color: #BD113D; }
span { border-color: rgb(189,17,61); }
td.TdClassName
{
border-color: #BD113D;
}
.TagClassName
{
border-color: #BD113D;
}
</style>