Shades of Cardinal #BD0A2C
Tints of Cardinal #BD0A2C
RGB
CMYK
RGB Variations
Color information
#BD0A2C (or 0xBD0A2C) is known color: Cardinal. HEX triplet: BD, 0A and 2C. RGB value is (189,10,44). Sum of RGB (Red+Green+Blue) = 189+10+44=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A2C is #42F5D3. Grayscale: #434343. Windows color (decimal): -4388308 or 2886333. OLE color: 2886333.
HSL color Cylindrical-coordinate representation of color #BD0A2C: hue angle of 348.6º 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 #BD0A2C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 44 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.26 |
| HSL | 348.6º | 0.9% | 0.39% | - |
| HSV(B) | 348.6º | 0.95% | 0.74% | - |
| XYZ | 21.55 | 11.22 | 3.41 | - |
| YUV | 67.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 44 | 0 | 0.95 | 0.77 | 0.26 | 348.6 | 0.9 | 0.39 |
| Hex | BD | A | 2C | 0 | 5F | 4D | 1A | 15D | 5A | 27 |
| Octal | 275 | 12 | 54 | 0 | 137 | 115 | 32 | 535 | 132 | 47 |
| Binary | 10111101 | 1010 | 101100 | 0 | 1011111 | 1001101 | 11010 | 101011101 | 1011010 | 100111 |
Color Harmonies of #BD0A2C
Complementary color
Monochromatic Colors of #BD0A2C
Black with #BD0A2C
Text Example
Text Example
White with #BD0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A2C; }
p { color: rgb(189,10,44); }
H1.HeaderClassName
{
color: #BD0A2C;
}
.AnyTagClassName
{
color: #BD0A2C;
}
</style>
background-color css
<style>
a { background-color: #BD0A2C; }
a { background-color: rgb(189,10,44); }
div.DivClassName
{
background-color: #BD0A2C;
}
.BgClassName
{
background-color: #BD0A2C;
}
</style>
border-color css
<style>
span { border-color: #BD0A2C; }
span { border-color: rgb(189,10,44); }
td.TdClassName
{
border-color: #BD0A2C;
}
.TagClassName
{
border-color: #BD0A2C;
}
</style>