Shades of Cardinal #BD123A
Tints of Cardinal #BD123A
RGB
CMYK
RGB Variations
Color information
#BD123A (or 0xBD123A) is known color: Cardinal. HEX triplet: BD, 12 and 3A. RGB value is (189,18,58). Sum of RGB (Red+Green+Blue) = 189+18+58=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD123A is #42EDC5. Grayscale: #494949. Windows color (decimal): -4386246 or 3805885. OLE color: 3805885.
HSL color Cylindrical-coordinate representation of color #BD123A: hue angle of 345.96º 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 #BD123A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 58 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.26 |
| HSL | 345.96º | 0.83% | 0.41% | - |
| HSV(B) | 345.96º | 0.9% | 0.74% | - |
| XYZ | 21.97 | 11.56 | 5.08 | - |
| YUV | 73.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 58 | 0 | 0.90 | 0.69 | 0.26 | 345.96 | 0.83 | 0.41 |
| Hex | BD | 12 | 3A | 0 | 5A | 45 | 1A | 15A | 53 | 29 |
| Octal | 275 | 22 | 72 | 0 | 132 | 105 | 32 | 532 | 123 | 51 |
| Binary | 10111101 | 10010 | 111010 | 0 | 1011010 | 1000101 | 11010 | 101011010 | 1010011 | 101001 |
Color Harmonies of #BD123A
Complementary color
Monochromatic Colors of #BD123A
Black with #BD123A
Text Example
Text Example
White with #BD123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD123A; }
p { color: rgb(189,18,58); }
H1.HeaderClassName
{
color: #BD123A;
}
.AnyTagClassName
{
color: #BD123A;
}
</style>
background-color css
<style>
a { background-color: #BD123A; }
a { background-color: rgb(189,18,58); }
div.DivClassName
{
background-color: #BD123A;
}
.BgClassName
{
background-color: #BD123A;
}
</style>
border-color css
<style>
span { border-color: #BD123A; }
span { border-color: rgb(189,18,58); }
td.TdClassName
{
border-color: #BD123A;
}
.TagClassName
{
border-color: #BD123A;
}
</style>