Shades of Cardinal #BD0741
Tints of Cardinal #BD0741
RGB
CMYK
RGB Variations
Color information
#BD0741 (or 0xBD0741) is known color: Cardinal. HEX triplet: BD, 07 and 41. RGB value is (189,7,65). Sum of RGB (Red+Green+Blue) = 189+7+65=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0741 is #42F8BE. Grayscale: #434343. Windows color (decimal): -4389055 or 4261821. OLE color: 4261821.
HSL color Cylindrical-coordinate representation of color #BD0741: hue angle of 340.88º 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 #BD0741 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.26 |
| HSL | 340.88º | 0.93% | 0.38% | - |
| HSV(B) | 340.88º | 0.96% | 0.74% | - |
| XYZ | 22.02 | 11.35 | 6.03 | - |
| YUV | 68.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 65 | 0 | 0.96 | 0.66 | 0.26 | 340.88 | 0.93 | 0.38 |
| Hex | BD | 7 | 41 | 0 | 60 | 42 | 1A | 155 | 5D | 26 |
| Octal | 275 | 7 | 101 | 0 | 140 | 102 | 32 | 525 | 135 | 46 |
| Binary | 10111101 | 111 | 1000001 | 0 | 1100000 | 1000010 | 11010 | 101010101 | 1011101 | 100110 |
Color Harmonies of #BD0741
Complementary color
Monochromatic Colors of #BD0741
Black with #BD0741
Text Example
Text Example
White with #BD0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0741; }
p { color: rgb(189,7,65); }
H1.HeaderClassName
{
color: #BD0741;
}
.AnyTagClassName
{
color: #BD0741;
}
</style>
background-color css
<style>
a { background-color: #BD0741; }
a { background-color: rgb(189,7,65); }
div.DivClassName
{
background-color: #BD0741;
}
.BgClassName
{
background-color: #BD0741;
}
</style>
border-color css
<style>
span { border-color: #BD0741; }
span { border-color: rgb(189,7,65); }
td.TdClassName
{
border-color: #BD0741;
}
.TagClassName
{
border-color: #BD0741;
}
</style>