Shades of Cardinal #BD0730
Tints of Cardinal #BD0730
RGB
CMYK
RGB Variations
Color information
#BD0730 (or 0xBD0730) is known color: Cardinal. HEX triplet: BD, 07 and 30. RGB value is (189,7,48). Sum of RGB (Red+Green+Blue) = 189+7+48=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0730 is #42F8CF. Grayscale: #424242. Windows color (decimal): -4389072 or 3147709. OLE color: 3147709.
HSL color Cylindrical-coordinate representation of color #BD0730: hue angle of 346.48º 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 #BD0730 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.26 |
| HSL | 346.48º | 0.93% | 0.38% | - |
| HSV(B) | 346.48º | 0.96% | 0.74% | - |
| XYZ | 21.6 | 11.18 | 3.82 | - |
| YUV | 66.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 48 | 0 | 0.96 | 0.75 | 0.26 | 346.48 | 0.93 | 0.38 |
| Hex | BD | 7 | 30 | 0 | 60 | 4B | 1A | 15A | 5D | 26 |
| Octal | 275 | 7 | 60 | 0 | 140 | 113 | 32 | 532 | 135 | 46 |
| Binary | 10111101 | 111 | 110000 | 0 | 1100000 | 1001011 | 11010 | 101011010 | 1011101 | 100110 |
Color Harmonies of #BD0730
Complementary color
Monochromatic Colors of #BD0730
Black with #BD0730
Text Example
Text Example
White with #BD0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0730; }
p { color: rgb(189,7,48); }
H1.HeaderClassName
{
color: #BD0730;
}
.AnyTagClassName
{
color: #BD0730;
}
</style>
background-color css
<style>
a { background-color: #BD0730; }
a { background-color: rgb(189,7,48); }
div.DivClassName
{
background-color: #BD0730;
}
.BgClassName
{
background-color: #BD0730;
}
</style>
border-color css
<style>
span { border-color: #BD0730; }
span { border-color: rgb(189,7,48); }
td.TdClassName
{
border-color: #BD0730;
}
.TagClassName
{
border-color: #BD0730;
}
</style>