Shades of Cardinal #BD0C41
Tints of Cardinal #BD0C41
RGB
CMYK
RGB Variations
Color information
#BD0C41 (or 0xBD0C41) is known color: Cardinal. HEX triplet: BD, 0C and 41. RGB value is (189,12,65). Sum of RGB (Red+Green+Blue) = 189+12+65=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C41 is #42F3BE. Grayscale: #464646. Windows color (decimal): -4387775 or 4263101. OLE color: 4263101.
HSL color Cylindrical-coordinate representation of color #BD0C41: hue angle of 342.03º 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 #BD0C41 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 65 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.26 |
| HSL | 342.03º | 0.88% | 0.39% | - |
| HSV(B) | 342.03º | 0.94% | 0.74% | - |
| XYZ | 22.07 | 11.46 | 6.05 | - |
| YUV | 70.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 65 | 0 | 0.94 | 0.66 | 0.26 | 342.03 | 0.88 | 0.39 |
| Hex | BD | C | 41 | 0 | 5E | 42 | 1A | 156 | 58 | 27 |
| Octal | 275 | 14 | 101 | 0 | 136 | 102 | 32 | 526 | 130 | 47 |
| Binary | 10111101 | 1100 | 1000001 | 0 | 1011110 | 1000010 | 11010 | 101010110 | 1011000 | 100111 |
Color Harmonies of #BD0C41
Complementary color
Monochromatic Colors of #BD0C41
Black with #BD0C41
Text Example
Text Example
White with #BD0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C41; }
p { color: rgb(189,12,65); }
H1.HeaderClassName
{
color: #BD0C41;
}
.AnyTagClassName
{
color: #BD0C41;
}
</style>
background-color css
<style>
a { background-color: #BD0C41; }
a { background-color: rgb(189,12,65); }
div.DivClassName
{
background-color: #BD0C41;
}
.BgClassName
{
background-color: #BD0C41;
}
</style>
border-color css
<style>
span { border-color: #BD0C41; }
span { border-color: rgb(189,12,65); }
td.TdClassName
{
border-color: #BD0C41;
}
.TagClassName
{
border-color: #BD0C41;
}
</style>