Shades of Cardinal #BD0B2D
Tints of Cardinal #BD0B2D
RGB
CMYK
RGB Variations
Color information
#BD0B2D (or 0xBD0B2D) is known color: Cardinal. HEX triplet: BD, 0B and 2D. RGB value is (189,11,45). Sum of RGB (Red+Green+Blue) = 189+11+45=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B2D is #42F4D2. Grayscale: #444444. Windows color (decimal): -4388051 or 2952125. OLE color: 2952125.
HSL color Cylindrical-coordinate representation of color #BD0B2D: hue angle of 348.54º 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 #BD0B2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.26 |
| HSL | 348.54º | 0.89% | 0.39% | - |
| HSV(B) | 348.54º | 0.94% | 0.74% | - |
| XYZ | 21.58 | 11.25 | 3.52 | - |
| YUV | 68.1 | 114.97 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 45 | 0 | 0.94 | 0.76 | 0.26 | 348.54 | 0.89 | 0.39 |
| Hex | BD | B | 2D | 0 | 5E | 4C | 1A | 15D | 59 | 27 |
| Octal | 275 | 13 | 55 | 0 | 136 | 114 | 32 | 535 | 131 | 47 |
| Binary | 10111101 | 1011 | 101101 | 0 | 1011110 | 1001100 | 11010 | 101011101 | 1011001 | 100111 |
Color Harmonies of #BD0B2D
Complementary color
Monochromatic Colors of #BD0B2D
Black with #BD0B2D
Text Example
Text Example
White with #BD0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0B2D; }
p { color: rgb(189,11,45); }
H1.HeaderClassName
{
color: #BD0B2D;
}
.AnyTagClassName
{
color: #BD0B2D;
}
</style>
background-color css
<style>
a { background-color: #BD0B2D; }
a { background-color: rgb(189,11,45); }
div.DivClassName
{
background-color: #BD0B2D;
}
.BgClassName
{
background-color: #BD0B2D;
}
</style>
border-color css
<style>
span { border-color: #BD0B2D; }
span { border-color: rgb(189,11,45); }
td.TdClassName
{
border-color: #BD0B2D;
}
.TagClassName
{
border-color: #BD0B2D;
}
</style>