Shades of Cardinal #BD123E
Tints of Cardinal #BD123E
RGB
CMYK
RGB Variations
Color information
#BD123E (or 0xBD123E) is known color: Cardinal. HEX triplet: BD, 12 and 3E. RGB value is (189,18,62). Sum of RGB (Red+Green+Blue) = 189+18+62=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD123E is #42EDC1. Grayscale: #4A4A4A. Windows color (decimal): -4386242 or 4068029. OLE color: 4068029.
HSL color Cylindrical-coordinate representation of color #BD123E: hue angle of 344.56º degrees, saturation: 0.83, 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 #BD123E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 62 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.26 |
| HSL | 344.56º | 0.83% | 0.41% | - |
| HSV(B) | 344.56º | 0.9% | 0.74% | - |
| XYZ | 22.07 | 11.6 | 5.63 | - |
| YUV | 74.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 62 | 0 | 0.90 | 0.67 | 0.26 | 344.56 | 0.83 | 0.41 |
| Hex | BD | 12 | 3E | 0 | 5A | 43 | 1A | 159 | 53 | 29 |
| Octal | 275 | 22 | 76 | 0 | 132 | 103 | 32 | 531 | 123 | 51 |
| Binary | 10111101 | 10010 | 111110 | 0 | 1011010 | 1000011 | 11010 | 101011001 | 1010011 | 101001 |
Color Harmonies of #BD123E
Complementary color
Monochromatic Colors of #BD123E
Black with #BD123E
Text Example
Text Example
White with #BD123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD123E; }
p { color: rgb(189,18,62); }
H1.HeaderClassName
{
color: #BD123E;
}
.AnyTagClassName
{
color: #BD123E;
}
</style>
background-color css
<style>
a { background-color: #BD123E; }
a { background-color: rgb(189,18,62); }
div.DivClassName
{
background-color: #BD123E;
}
.BgClassName
{
background-color: #BD123E;
}
</style>
border-color css
<style>
span { border-color: #BD123E; }
span { border-color: rgb(189,18,62); }
td.TdClassName
{
border-color: #BD123E;
}
.TagClassName
{
border-color: #BD123E;
}
</style>