Shades of Cardinal #BD0737
Tints of Cardinal #BD0737
RGB
CMYK
RGB Variations
Color information
#BD0737 (or 0xBD0737) is known color: Cardinal. HEX triplet: BD, 07 and 37. RGB value is (189,7,55). Sum of RGB (Red+Green+Blue) = 189+7+55=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0737 is #42F8C8. Grayscale: #424242. Windows color (decimal): -4389065 or 3606461. OLE color: 3606461.
HSL color Cylindrical-coordinate representation of color #BD0737: hue angle of 344.18º 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 #BD0737 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 55 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.26 |
| HSL | 344.18º | 0.93% | 0.38% | - |
| HSV(B) | 344.18º | 0.96% | 0.74% | - |
| XYZ | 21.75 | 11.25 | 4.64 | - |
| YUV | 66.89 | 121.3 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 55 | 0 | 0.96 | 0.71 | 0.26 | 344.18 | 0.93 | 0.38 |
| Hex | BD | 7 | 37 | 0 | 60 | 47 | 1A | 158 | 5D | 26 |
| Octal | 275 | 7 | 67 | 0 | 140 | 107 | 32 | 530 | 135 | 46 |
| Binary | 10111101 | 111 | 110111 | 0 | 1100000 | 1000111 | 11010 | 101011000 | 1011101 | 100110 |
Color Harmonies of #BD0737
Complementary color
Monochromatic Colors of #BD0737
Black with #BD0737
Text Example
Text Example
White with #BD0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0737; }
p { color: rgb(189,7,55); }
H1.HeaderClassName
{
color: #BD0737;
}
.AnyTagClassName
{
color: #BD0737;
}
</style>
background-color css
<style>
a { background-color: #BD0737; }
a { background-color: rgb(189,7,55); }
div.DivClassName
{
background-color: #BD0737;
}
.BgClassName
{
background-color: #BD0737;
}
</style>
border-color css
<style>
span { border-color: #BD0737; }
span { border-color: rgb(189,7,55); }
td.TdClassName
{
border-color: #BD0737;
}
.TagClassName
{
border-color: #BD0737;
}
</style>