Shades of Cardinal #BD0C3E
Tints of Cardinal #BD0C3E
RGB
CMYK
RGB Variations
Color information
#BD0C3E (or 0xBD0C3E) is known color: Cardinal. HEX triplet: BD, 0C and 3E. RGB value is (189,12,62). Sum of RGB (Red+Green+Blue) = 189+12+62=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C3E is #42F3C1. Grayscale: #464646. Windows color (decimal): -4387778 or 4066493. OLE color: 4066493.
HSL color Cylindrical-coordinate representation of color #BD0C3E: hue angle of 343.05º 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 #BD0C3E is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 62 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.26 |
| HSL | 343.05º | 0.88% | 0.39% | - |
| HSV(B) | 343.05º | 0.94% | 0.74% | - |
| XYZ | 21.99 | 11.43 | 5.6 | - |
| YUV | 70.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 62 | 0 | 0.94 | 0.67 | 0.26 | 343.05 | 0.88 | 0.39 |
| Hex | BD | C | 3E | 0 | 5E | 43 | 1A | 157 | 58 | 27 |
| Octal | 275 | 14 | 76 | 0 | 136 | 103 | 32 | 527 | 130 | 47 |
| Binary | 10111101 | 1100 | 111110 | 0 | 1011110 | 1000011 | 11010 | 101010111 | 1011000 | 100111 |
Color Harmonies of #BD0C3E
Complementary color
Monochromatic Colors of #BD0C3E
Black with #BD0C3E
Text Example
Text Example
White with #BD0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C3E; }
p { color: rgb(189,12,62); }
H1.HeaderClassName
{
color: #BD0C3E;
}
.AnyTagClassName
{
color: #BD0C3E;
}
</style>
background-color css
<style>
a { background-color: #BD0C3E; }
a { background-color: rgb(189,12,62); }
div.DivClassName
{
background-color: #BD0C3E;
}
.BgClassName
{
background-color: #BD0C3E;
}
</style>
border-color css
<style>
span { border-color: #BD0C3E; }
span { border-color: rgb(189,12,62); }
td.TdClassName
{
border-color: #BD0C3E;
}
.TagClassName
{
border-color: #BD0C3E;
}
</style>