Shades of Cardinal #BD0840
Tints of Cardinal #BD0840
RGB
CMYK
RGB Variations
Color information
#BD0840 (or 0xBD0840) is known color: Cardinal. HEX triplet: BD, 08 and 40. RGB value is (189,8,64). Sum of RGB (Red+Green+Blue) = 189+8+64=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0840 is #42F7BF. Grayscale: #444444. Windows color (decimal): -4388800 or 4196541. OLE color: 4196541.
HSL color Cylindrical-coordinate representation of color #BD0840: hue angle of 341.44º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0840 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.26 |
| HSL | 341.44º | 0.92% | 0.39% | - |
| HSV(B) | 341.44º | 0.96% | 0.74% | - |
| XYZ | 22 | 11.36 | 5.88 | - |
| YUV | 68.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 64 | 0 | 0.96 | 0.66 | 0.26 | 341.44 | 0.92 | 0.39 |
| Hex | BD | 8 | 40 | 0 | 60 | 42 | 1A | 155 | 5C | 27 |
| Octal | 275 | 10 | 100 | 0 | 140 | 102 | 32 | 525 | 134 | 47 |
| Binary | 10111101 | 1000 | 1000000 | 0 | 1100000 | 1000010 | 11010 | 101010101 | 1011100 | 100111 |
Color Harmonies of #BD0840
Complementary color
Monochromatic Colors of #BD0840
Black with #BD0840
Text Example
Text Example
White with #BD0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0840; }
p { color: rgb(189,8,64); }
H1.HeaderClassName
{
color: #BD0840;
}
.AnyTagClassName
{
color: #BD0840;
}
</style>
background-color css
<style>
a { background-color: #BD0840; }
a { background-color: rgb(189,8,64); }
div.DivClassName
{
background-color: #BD0840;
}
.BgClassName
{
background-color: #BD0840;
}
</style>
border-color css
<style>
span { border-color: #BD0840; }
span { border-color: rgb(189,8,64); }
td.TdClassName
{
border-color: #BD0840;
}
.TagClassName
{
border-color: #BD0840;
}
</style>