Shades of Cardinal #BD0A3E
Tints of Cardinal #BD0A3E
RGB
CMYK
RGB Variations
Color information
#BD0A3E (or 0xBD0A3E) is known color: Cardinal. HEX triplet: BD, 0A and 3E. RGB value is (189,10,62). Sum of RGB (Red+Green+Blue) = 189+10+62=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A3E is #42F5C1. Grayscale: #454545. Windows color (decimal): -4388290 or 4065981. OLE color: 4065981.
HSL color Cylindrical-coordinate representation of color #BD0A3E: hue angle of 342.57º 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 #BD0A3E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 62 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.26 |
| HSL | 342.57º | 0.9% | 0.39% | - |
| HSV(B) | 342.57º | 0.95% | 0.74% | - |
| XYZ | 21.96 | 11.38 | 5.6 | - |
| YUV | 69.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 62 | 0 | 0.95 | 0.67 | 0.26 | 342.57 | 0.9 | 0.39 |
| Hex | BD | A | 3E | 0 | 5F | 43 | 1A | 157 | 5A | 27 |
| Octal | 275 | 12 | 76 | 0 | 137 | 103 | 32 | 527 | 132 | 47 |
| Binary | 10111101 | 1010 | 111110 | 0 | 1011111 | 1000011 | 11010 | 101010111 | 1011010 | 100111 |
Color Harmonies of #BD0A3E
Complementary color
Monochromatic Colors of #BD0A3E
Black with #BD0A3E
Text Example
Text Example
White with #BD0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A3E; }
p { color: rgb(189,10,62); }
H1.HeaderClassName
{
color: #BD0A3E;
}
.AnyTagClassName
{
color: #BD0A3E;
}
</style>
background-color css
<style>
a { background-color: #BD0A3E; }
a { background-color: rgb(189,10,62); }
div.DivClassName
{
background-color: #BD0A3E;
}
.BgClassName
{
background-color: #BD0A3E;
}
</style>
border-color css
<style>
span { border-color: #BD0A3E; }
span { border-color: rgb(189,10,62); }
td.TdClassName
{
border-color: #BD0A3E;
}
.TagClassName
{
border-color: #BD0A3E;
}
</style>