Shades of Cardinal #BD0A2D
Tints of Cardinal #BD0A2D
RGB
CMYK
RGB Variations
Color information
#BD0A2D (or 0xBD0A2D) is known color: Cardinal. HEX triplet: BD, 0A and 2D. RGB value is (189,10,45). Sum of RGB (Red+Green+Blue) = 189+10+45=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A2D is #42F5D2. Grayscale: #434343. Windows color (decimal): -4388307 or 2951869. OLE color: 2951869.
HSL color Cylindrical-coordinate representation of color #BD0A2D: hue angle of 348.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A2D is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 45 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.26 |
| HSL | 348.27º | 0.9% | 0.39% | - |
| HSV(B) | 348.27º | 0.95% | 0.74% | - |
| XYZ | 21.57 | 11.23 | 3.51 | - |
| YUV | 67.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 45 | 0 | 0.95 | 0.76 | 0.26 | 348.27 | 0.9 | 0.39 |
| Hex | BD | A | 2D | 0 | 5F | 4C | 1A | 15C | 5A | 27 |
| Octal | 275 | 12 | 55 | 0 | 137 | 114 | 32 | 534 | 132 | 47 |
| Binary | 10111101 | 1010 | 101101 | 0 | 1011111 | 1001100 | 11010 | 101011100 | 1011010 | 100111 |
Color Harmonies of #BD0A2D
Complementary color
Monochromatic Colors of #BD0A2D
Black with #BD0A2D
Text Example
Text Example
White with #BD0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A2D; }
p { color: rgb(189,10,45); }
H1.HeaderClassName
{
color: #BD0A2D;
}
.AnyTagClassName
{
color: #BD0A2D;
}
</style>
background-color css
<style>
a { background-color: #BD0A2D; }
a { background-color: rgb(189,10,45); }
div.DivClassName
{
background-color: #BD0A2D;
}
.BgClassName
{
background-color: #BD0A2D;
}
</style>
border-color css
<style>
span { border-color: #BD0A2D; }
span { border-color: rgb(189,10,45); }
td.TdClassName
{
border-color: #BD0A2D;
}
.TagClassName
{
border-color: #BD0A2D;
}
</style>