Shades of Cardinal #BD0F2E
Tints of Cardinal #BD0F2E
RGB
CMYK
RGB Variations
Color information
#BD0F2E (or 0xBD0F2E) is known color: Cardinal. HEX triplet: BD, 0F and 2E. RGB value is (189,15,46). Sum of RGB (Red+Green+Blue) = 189+15+46=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F2E is #42F0D1. Grayscale: #464646. Windows color (decimal): -4387026 or 3018685. OLE color: 3018685.
HSL color Cylindrical-coordinate representation of color #BD0F2E: hue angle of 349.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F2E is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 46 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.26 |
| HSL | 349.31º | 0.85% | 0.4% | - |
| HSV(B) | 349.31º | 0.92% | 0.74% | - |
| XYZ | 21.65 | 11.36 | 3.64 | - |
| YUV | 70.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 46 | 0 | 0.92 | 0.76 | 0.26 | 349.31 | 0.85 | 0.4 |
| Hex | BD | F | 2E | 0 | 5C | 4C | 1A | 15D | 55 | 28 |
| Octal | 275 | 17 | 56 | 0 | 134 | 114 | 32 | 535 | 125 | 50 |
| Binary | 10111101 | 1111 | 101110 | 0 | 1011100 | 1001100 | 11010 | 101011101 | 1010101 | 101000 |
Color Harmonies of #BD0F2E
Complementary color
Monochromatic Colors of #BD0F2E
Black with #BD0F2E
Text Example
Text Example
White with #BD0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F2E; }
p { color: rgb(189,15,46); }
H1.HeaderClassName
{
color: #BD0F2E;
}
.AnyTagClassName
{
color: #BD0F2E;
}
</style>
background-color css
<style>
a { background-color: #BD0F2E; }
a { background-color: rgb(189,15,46); }
div.DivClassName
{
background-color: #BD0F2E;
}
.BgClassName
{
background-color: #BD0F2E;
}
</style>
border-color css
<style>
span { border-color: #BD0F2E; }
span { border-color: rgb(189,15,46); }
td.TdClassName
{
border-color: #BD0F2E;
}
.TagClassName
{
border-color: #BD0F2E;
}
</style>