Shades of Cardinal #BD102E
Tints of Cardinal #BD102E
RGB
CMYK
RGB Variations
Color information
#BD102E (or 0xBD102E) is known color: Cardinal. HEX triplet: BD, 10 and 2E. RGB value is (189,16,46). Sum of RGB (Red+Green+Blue) = 189+16+46=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD102E is #42EFD1. Grayscale: #474747. Windows color (decimal): -4386770 or 3018941. OLE color: 3018941.
HSL color Cylindrical-coordinate representation of color #BD102E: hue angle of 349.6º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD102E is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.26 |
| HSL | 349.6º | 0.84% | 0.4% | - |
| HSV(B) | 349.6º | 0.92% | 0.74% | - |
| XYZ | 21.66 | 11.39 | 3.64 | - |
| YUV | 71.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 46 | 0 | 0.92 | 0.76 | 0.26 | 349.6 | 0.84 | 0.4 |
| Hex | BD | 10 | 2E | 0 | 5C | 4C | 1A | 15E | 54 | 28 |
| Octal | 275 | 20 | 56 | 0 | 134 | 114 | 32 | 536 | 124 | 50 |
| Binary | 10111101 | 10000 | 101110 | 0 | 1011100 | 1001100 | 11010 | 101011110 | 1010100 | 101000 |
Color Harmonies of #BD102E
Complementary color
Monochromatic Colors of #BD102E
Black with #BD102E
Text Example
Text Example
White with #BD102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD102E; }
p { color: rgb(189,16,46); }
H1.HeaderClassName
{
color: #BD102E;
}
.AnyTagClassName
{
color: #BD102E;
}
</style>
background-color css
<style>
a { background-color: #BD102E; }
a { background-color: rgb(189,16,46); }
div.DivClassName
{
background-color: #BD102E;
}
.BgClassName
{
background-color: #BD102E;
}
</style>
border-color css
<style>
span { border-color: #BD102E; }
span { border-color: rgb(189,16,46); }
td.TdClassName
{
border-color: #BD102E;
}
.TagClassName
{
border-color: #BD102E;
}
</style>