Shades of Cardinal #BD123D
Tints of Cardinal #BD123D
RGB
CMYK
RGB Variations
Color information
#BD123D (or 0xBD123D) is known color: Cardinal. HEX triplet: BD, 12 and 3D. RGB value is (189,18,61). Sum of RGB (Red+Green+Blue) = 189+18+61=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD123D is #42EDC2. Grayscale: #4A4A4A. Windows color (decimal): -4386243 or 4002493. OLE color: 4002493.
HSL color Cylindrical-coordinate representation of color #BD123D: hue angle of 344.91º 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 #BD123D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.26 |
| HSL | 344.91º | 0.83% | 0.41% | - |
| HSV(B) | 344.91º | 0.9% | 0.74% | - |
| XYZ | 22.04 | 11.59 | 5.49 | - |
| YUV | 74.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 61 | 0 | 0.90 | 0.68 | 0.26 | 344.91 | 0.83 | 0.41 |
| Hex | BD | 12 | 3D | 0 | 5A | 44 | 1A | 159 | 53 | 29 |
| Octal | 275 | 22 | 75 | 0 | 132 | 104 | 32 | 531 | 123 | 51 |
| Binary | 10111101 | 10010 | 111101 | 0 | 1011010 | 1000100 | 11010 | 101011001 | 1010011 | 101001 |
Color Harmonies of #BD123D
Complementary color
Monochromatic Colors of #BD123D
Black with #BD123D
Text Example
Text Example
White with #BD123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD123D; }
p { color: rgb(189,18,61); }
H1.HeaderClassName
{
color: #BD123D;
}
.AnyTagClassName
{
color: #BD123D;
}
</style>
background-color css
<style>
a { background-color: #BD123D; }
a { background-color: rgb(189,18,61); }
div.DivClassName
{
background-color: #BD123D;
}
.BgClassName
{
background-color: #BD123D;
}
</style>
border-color css
<style>
span { border-color: #BD123D; }
span { border-color: rgb(189,18,61); }
td.TdClassName
{
border-color: #BD123D;
}
.TagClassName
{
border-color: #BD123D;
}
</style>