Shades of Cardinal #BD0733
Tints of Cardinal #BD0733
RGB
CMYK
RGB Variations
Color information
#BD0733 (or 0xBD0733) is known color: Cardinal. HEX triplet: BD, 07 and 33. RGB value is (189,7,51). Sum of RGB (Red+Green+Blue) = 189+7+51=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0733 is #42F8CC. Grayscale: #424242. Windows color (decimal): -4389069 or 3344317. OLE color: 3344317.
HSL color Cylindrical-coordinate representation of color #BD0733: hue angle of 345.49º 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 #BD0733 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 51 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.26 |
| HSL | 345.49º | 0.93% | 0.38% | - |
| HSV(B) | 345.49º | 0.96% | 0.74% | - |
| XYZ | 21.66 | 11.21 | 4.15 | - |
| YUV | 66.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 51 | 0 | 0.96 | 0.73 | 0.26 | 345.49 | 0.93 | 0.38 |
| Hex | BD | 7 | 33 | 0 | 60 | 49 | 1A | 159 | 5D | 26 |
| Octal | 275 | 7 | 63 | 0 | 140 | 111 | 32 | 531 | 135 | 46 |
| Binary | 10111101 | 111 | 110011 | 0 | 1100000 | 1001001 | 11010 | 101011001 | 1011101 | 100110 |
Color Harmonies of #BD0733
Complementary color
Monochromatic Colors of #BD0733
Black with #BD0733
Text Example
Text Example
White with #BD0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0733; }
p { color: rgb(189,7,51); }
H1.HeaderClassName
{
color: #BD0733;
}
.AnyTagClassName
{
color: #BD0733;
}
</style>
background-color css
<style>
a { background-color: #BD0733; }
a { background-color: rgb(189,7,51); }
div.DivClassName
{
background-color: #BD0733;
}
.BgClassName
{
background-color: #BD0733;
}
</style>
border-color css
<style>
span { border-color: #BD0733; }
span { border-color: rgb(189,7,51); }
td.TdClassName
{
border-color: #BD0733;
}
.TagClassName
{
border-color: #BD0733;
}
</style>