Shades of Cardinal #BD122B
Tints of Cardinal #BD122B
RGB
CMYK
RGB Variations
Color information
#BD122B (or 0xBD122B) is known color: Cardinal. HEX triplet: BD, 12 and 2B. RGB value is (189,18,43). Sum of RGB (Red+Green+Blue) = 189+18+43=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD122B is #42EDD4. Grayscale: #484848. Windows color (decimal): -4386261 or 2822845. OLE color: 2822845.
HSL color Cylindrical-coordinate representation of color #BD122B: hue angle of 351.23º 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 #BD122B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 43 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.26 |
| HSL | 351.23º | 0.83% | 0.41% | - |
| HSV(B) | 351.23º | 0.9% | 0.74% | - |
| XYZ | 21.64 | 11.43 | 3.35 | - |
| YUV | 71.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 43 | 0 | 0.90 | 0.77 | 0.26 | 351.23 | 0.83 | 0.41 |
| Hex | BD | 12 | 2B | 0 | 5A | 4D | 1A | 15F | 53 | 29 |
| Octal | 275 | 22 | 53 | 0 | 132 | 115 | 32 | 537 | 123 | 51 |
| Binary | 10111101 | 10010 | 101011 | 0 | 1011010 | 1001101 | 11010 | 101011111 | 1010011 | 101001 |
Color Harmonies of #BD122B
Complementary color
Monochromatic Colors of #BD122B
Black with #BD122B
Text Example
Text Example
White with #BD122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD122B; }
p { color: rgb(189,18,43); }
H1.HeaderClassName
{
color: #BD122B;
}
.AnyTagClassName
{
color: #BD122B;
}
</style>
background-color css
<style>
a { background-color: #BD122B; }
a { background-color: rgb(189,18,43); }
div.DivClassName
{
background-color: #BD122B;
}
.BgClassName
{
background-color: #BD122B;
}
</style>
border-color css
<style>
span { border-color: #BD122B; }
span { border-color: rgb(189,18,43); }
td.TdClassName
{
border-color: #BD122B;
}
.TagClassName
{
border-color: #BD122B;
}
</style>