Shades of Cardinal #BD0743
Tints of Cardinal #BD0743
RGB
CMYK
RGB Variations
Color information
#BD0743 (or 0xBD0743) is known color: Cardinal. HEX triplet: BD, 07 and 43. RGB value is (189,7,67). Sum of RGB (Red+Green+Blue) = 189+7+67=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0743 is #42F8BC. Grayscale: #444444. Windows color (decimal): -4389053 or 4392893. OLE color: 4392893.
HSL color Cylindrical-coordinate representation of color #BD0743: hue angle of 340.22º 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 #BD0743 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 67 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.26 |
| HSL | 340.22º | 0.93% | 0.38% | - |
| HSV(B) | 340.22º | 0.96% | 0.74% | - |
| XYZ | 22.08 | 11.38 | 6.34 | - |
| YUV | 68.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 67 | 0 | 0.96 | 0.65 | 0.26 | 340.22 | 0.93 | 0.38 |
| Hex | BD | 7 | 43 | 0 | 60 | 41 | 1A | 154 | 5D | 26 |
| Octal | 275 | 7 | 103 | 0 | 140 | 101 | 32 | 524 | 135 | 46 |
| Binary | 10111101 | 111 | 1000011 | 0 | 1100000 | 1000001 | 11010 | 101010100 | 1011101 | 100110 |
Color Harmonies of #BD0743
Complementary color
Monochromatic Colors of #BD0743
Black with #BD0743
Text Example
Text Example
White with #BD0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0743; }
p { color: rgb(189,7,67); }
H1.HeaderClassName
{
color: #BD0743;
}
.AnyTagClassName
{
color: #BD0743;
}
</style>
background-color css
<style>
a { background-color: #BD0743; }
a { background-color: rgb(189,7,67); }
div.DivClassName
{
background-color: #BD0743;
}
.BgClassName
{
background-color: #BD0743;
}
</style>
border-color css
<style>
span { border-color: #BD0743; }
span { border-color: rgb(189,7,67); }
td.TdClassName
{
border-color: #BD0743;
}
.TagClassName
{
border-color: #BD0743;
}
</style>