Shades of Cardinal #BD0746
Tints of Cardinal #BD0746
RGB
CMYK
RGB Variations
Color information
#BD0746 (or 0xBD0746) is known color: Cardinal. HEX triplet: BD, 07 and 46. RGB value is (189,7,70). Sum of RGB (Red+Green+Blue) = 189+7+70=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0746 is #42F8B9. Grayscale: #444444. Windows color (decimal): -4389050 or 4589501. OLE color: 4589501.
HSL color Cylindrical-coordinate representation of color #BD0746: hue angle of 339.23º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0746 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 70 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.26 |
| HSL | 339.23º | 0.93% | 0.38% | - |
| HSV(B) | 339.23º | 0.96% | 0.74% | - |
| XYZ | 22.17 | 11.41 | 6.83 | - |
| YUV | 68.6 | 128.8 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 70 | 0 | 0.96 | 0.63 | 0.26 | 339.23 | 0.93 | 0.38 |
| Hex | BD | 7 | 46 | 0 | 60 | 3F | 1A | 153 | 5D | 26 |
| Octal | 275 | 7 | 106 | 0 | 140 | 77 | 32 | 523 | 135 | 46 |
| Binary | 10111101 | 111 | 1000110 | 0 | 1100000 | 111111 | 11010 | 101010011 | 1011101 | 100110 |
Color Harmonies of #BD0746
Complementary color
Monochromatic Colors of #BD0746
Black with #BD0746
Text Example
Text Example
White with #BD0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0746; }
p { color: rgb(189,7,70); }
H1.HeaderClassName
{
color: #BD0746;
}
.AnyTagClassName
{
color: #BD0746;
}
</style>
background-color css
<style>
a { background-color: #BD0746; }
a { background-color: rgb(189,7,70); }
div.DivClassName
{
background-color: #BD0746;
}
.BgClassName
{
background-color: #BD0746;
}
</style>
border-color css
<style>
span { border-color: #BD0746; }
span { border-color: rgb(189,7,70); }
td.TdClassName
{
border-color: #BD0746;
}
.TagClassName
{
border-color: #BD0746;
}
</style>