Shades of Cardinal #BD113E
Tints of Cardinal #BD113E
RGB
CMYK
RGB Variations
Color information
#BD113E (or 0xBD113E) is known color: Cardinal. HEX triplet: BD, 11 and 3E. RGB value is (189,17,62). Sum of RGB (Red+Green+Blue) = 189+17+62=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD113E is #42EEC1. Grayscale: #494949. Windows color (decimal): -4386498 or 4067773. OLE color: 4067773.
HSL color Cylindrical-coordinate representation of color #BD113E: hue angle of 344.3º 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 #BD113E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 62 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.26 |
| HSL | 344.3º | 0.83% | 0.4% | - |
| HSV(B) | 344.3º | 0.91% | 0.74% | - |
| XYZ | 22.06 | 11.57 | 5.63 | - |
| YUV | 73.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 62 | 0 | 0.91 | 0.67 | 0.26 | 344.3 | 0.83 | 0.4 |
| Hex | BD | 11 | 3E | 0 | 5B | 43 | 1A | 158 | 53 | 28 |
| Octal | 275 | 21 | 76 | 0 | 133 | 103 | 32 | 530 | 123 | 50 |
| Binary | 10111101 | 10001 | 111110 | 0 | 1011011 | 1000011 | 11010 | 101011000 | 1010011 | 101000 |
Color Harmonies of #BD113E
Complementary color
Monochromatic Colors of #BD113E
Black with #BD113E
Text Example
Text Example
White with #BD113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD113E; }
p { color: rgb(189,17,62); }
H1.HeaderClassName
{
color: #BD113E;
}
.AnyTagClassName
{
color: #BD113E;
}
</style>
background-color css
<style>
a { background-color: #BD113E; }
a { background-color: rgb(189,17,62); }
div.DivClassName
{
background-color: #BD113E;
}
.BgClassName
{
background-color: #BD113E;
}
</style>
border-color css
<style>
span { border-color: #BD113E; }
span { border-color: rgb(189,17,62); }
td.TdClassName
{
border-color: #BD113E;
}
.TagClassName
{
border-color: #BD113E;
}
</style>