Shades of Cardinal #BD0C2D
Tints of Cardinal #BD0C2D
RGB
CMYK
RGB Variations
Color information
#BD0C2D (or 0xBD0C2D) is known color: Cardinal. HEX triplet: BD, 0C and 2D. RGB value is (189,12,45). Sum of RGB (Red+Green+Blue) = 189+12+45=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C2D is #42F3D2. Grayscale: #444444. Windows color (decimal): -4387795 or 2952381. OLE color: 2952381.
HSL color Cylindrical-coordinate representation of color #BD0C2D: hue angle of 348.81º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.26 |
| HSL | 348.81º | 0.88% | 0.39% | - |
| HSV(B) | 348.81º | 0.94% | 0.74% | - |
| XYZ | 21.59 | 11.27 | 3.52 | - |
| YUV | 68.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 45 | 0 | 0.94 | 0.76 | 0.26 | 348.81 | 0.88 | 0.39 |
| Hex | BD | C | 2D | 0 | 5E | 4C | 1A | 15D | 58 | 27 |
| Octal | 275 | 14 | 55 | 0 | 136 | 114 | 32 | 535 | 130 | 47 |
| Binary | 10111101 | 1100 | 101101 | 0 | 1011110 | 1001100 | 11010 | 101011101 | 1011000 | 100111 |
Color Harmonies of #BD0C2D
Complementary color
Monochromatic Colors of #BD0C2D
Black with #BD0C2D
Text Example
Text Example
White with #BD0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C2D; }
p { color: rgb(189,12,45); }
H1.HeaderClassName
{
color: #BD0C2D;
}
.AnyTagClassName
{
color: #BD0C2D;
}
</style>
background-color css
<style>
a { background-color: #BD0C2D; }
a { background-color: rgb(189,12,45); }
div.DivClassName
{
background-color: #BD0C2D;
}
.BgClassName
{
background-color: #BD0C2D;
}
</style>
border-color css
<style>
span { border-color: #BD0C2D; }
span { border-color: rgb(189,12,45); }
td.TdClassName
{
border-color: #BD0C2D;
}
.TagClassName
{
border-color: #BD0C2D;
}
</style>