Shades of Cardinal #BD1640
Tints of Cardinal #BD1640
RGB
CMYK
RGB Variations
Color information
#BD1640 (or 0xBD1640) is known color: Cardinal. HEX triplet: BD, 16 and 40. RGB value is (189,22,64). Sum of RGB (Red+Green+Blue) = 189+22+64=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1640 is #42E9BF. Grayscale: #4C4C4C. Windows color (decimal): -4385216 or 4200125. OLE color: 4200125.
HSL color Cylindrical-coordinate representation of color #BD1640: hue angle of 344.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1640 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 64 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.26 |
| HSL | 344.91º | 0.79% | 0.41% | - |
| HSV(B) | 344.91º | 0.88% | 0.74% | - |
| XYZ | 22.2 | 11.76 | 5.95 | - |
| YUV | 76.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 64 | 0 | 0.88 | 0.66 | 0.26 | 344.91 | 0.79 | 0.41 |
| Hex | BD | 16 | 40 | 0 | 58 | 42 | 1A | 159 | 4F | 29 |
| Octal | 275 | 26 | 100 | 0 | 130 | 102 | 32 | 531 | 117 | 51 |
| Binary | 10111101 | 10110 | 1000000 | 0 | 1011000 | 1000010 | 11010 | 101011001 | 1001111 | 101001 |
Color Harmonies of #BD1640
Complementary color
Monochromatic Colors of #BD1640
Black with #BD1640
Text Example
Text Example
White with #BD1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1640; }
p { color: rgb(189,22,64); }
H1.HeaderClassName
{
color: #BD1640;
}
.AnyTagClassName
{
color: #BD1640;
}
</style>
background-color css
<style>
a { background-color: #BD1640; }
a { background-color: rgb(189,22,64); }
div.DivClassName
{
background-color: #BD1640;
}
.BgClassName
{
background-color: #BD1640;
}
</style>
border-color css
<style>
span { border-color: #BD1640; }
span { border-color: rgb(189,22,64); }
td.TdClassName
{
border-color: #BD1640;
}
.TagClassName
{
border-color: #BD1640;
}
</style>