Shades of Cardinal #BD0B40
Tints of Cardinal #BD0B40
RGB
CMYK
RGB Variations
Color information
#BD0B40 (or 0xBD0B40) is known color: Cardinal. HEX triplet: BD, 0B and 40. RGB value is (189,11,64). Sum of RGB (Red+Green+Blue) = 189+11+64=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B40 is #42F4BF. Grayscale: #464646. Windows color (decimal): -4388032 or 4197309. OLE color: 4197309.
HSL color Cylindrical-coordinate representation of color #BD0B40: hue angle of 342.13º degrees, saturation: 0.89, 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 #BD0B40 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.26 |
| HSL | 342.13º | 0.89% | 0.39% | - |
| HSV(B) | 342.13º | 0.94% | 0.74% | - |
| XYZ | 22.03 | 11.43 | 5.9 | - |
| YUV | 70.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 64 | 0 | 0.94 | 0.66 | 0.26 | 342.13 | 0.89 | 0.39 |
| Hex | BD | B | 40 | 0 | 5E | 42 | 1A | 156 | 59 | 27 |
| Octal | 275 | 13 | 100 | 0 | 136 | 102 | 32 | 526 | 131 | 47 |
| Binary | 10111101 | 1011 | 1000000 | 0 | 1011110 | 1000010 | 11010 | 101010110 | 1011001 | 100111 |
Color Harmonies of #BD0B40
Complementary color
Monochromatic Colors of #BD0B40
Black with #BD0B40
Text Example
Text Example
White with #BD0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0B40; }
p { color: rgb(189,11,64); }
H1.HeaderClassName
{
color: #BD0B40;
}
.AnyTagClassName
{
color: #BD0B40;
}
</style>
background-color css
<style>
a { background-color: #BD0B40; }
a { background-color: rgb(189,11,64); }
div.DivClassName
{
background-color: #BD0B40;
}
.BgClassName
{
background-color: #BD0B40;
}
</style>
border-color css
<style>
span { border-color: #BD0B40; }
span { border-color: rgb(189,11,64); }
td.TdClassName
{
border-color: #BD0B40;
}
.TagClassName
{
border-color: #BD0B40;
}
</style>