Shades of Cardinal #BD0C2C
Tints of Cardinal #BD0C2C
RGB
CMYK
RGB Variations
Color information
#BD0C2C (or 0xBD0C2C) is known color: Cardinal. HEX triplet: BD, 0C and 2C. RGB value is (189,12,44). Sum of RGB (Red+Green+Blue) = 189+12+44=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C2C is #42F3D3. Grayscale: #444444. Windows color (decimal): -4387796 or 2886845. OLE color: 2886845.
HSL color Cylindrical-coordinate representation of color #BD0C2C: hue angle of 349.15º 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 #BD0C2C is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 44 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.26 |
| HSL | 349.15º | 0.88% | 0.39% | - |
| HSV(B) | 349.15º | 0.94% | 0.74% | - |
| XYZ | 21.57 | 11.26 | 3.42 | - |
| YUV | 68.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 44 | 0 | 0.94 | 0.77 | 0.26 | 349.15 | 0.88 | 0.39 |
| Hex | BD | C | 2C | 0 | 5E | 4D | 1A | 15D | 58 | 27 |
| Octal | 275 | 14 | 54 | 0 | 136 | 115 | 32 | 535 | 130 | 47 |
| Binary | 10111101 | 1100 | 101100 | 0 | 1011110 | 1001101 | 11010 | 101011101 | 1011000 | 100111 |
Color Harmonies of #BD0C2C
Complementary color
Monochromatic Colors of #BD0C2C
Black with #BD0C2C
Text Example
Text Example
White with #BD0C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C2C; }
p { color: rgb(189,12,44); }
H1.HeaderClassName
{
color: #BD0C2C;
}
.AnyTagClassName
{
color: #BD0C2C;
}
</style>
background-color css
<style>
a { background-color: #BD0C2C; }
a { background-color: rgb(189,12,44); }
div.DivClassName
{
background-color: #BD0C2C;
}
.BgClassName
{
background-color: #BD0C2C;
}
</style>
border-color css
<style>
span { border-color: #BD0C2C; }
span { border-color: rgb(189,12,44); }
td.TdClassName
{
border-color: #BD0C2C;
}
.TagClassName
{
border-color: #BD0C2C;
}
</style>