Shades of Cardinal #BD2037
Tints of Cardinal #BD2037
RGB
CMYK
RGB Variations
Color information
#BD2037 (or 0xBD2037) is known color: Cardinal. HEX triplet: BD, 20 and 37. RGB value is (189,32,55). Sum of RGB (Red+Green+Blue) = 189+32+55=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2037 is #42DFC8. Grayscale: #515151. Windows color (decimal): -4382665 or 3612861. OLE color: 3612861.
HSL color Cylindrical-coordinate representation of color #BD2037: hue angle of 351.21º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2037 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 55 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.26 |
| HSL | 351.21º | 0.71% | 0.43% | - |
| HSV(B) | 351.21º | 0.83% | 0.74% | - |
| XYZ | 22.19 | 12.13 | 4.79 | - |
| YUV | 81.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 55 | 0 | 0.83 | 0.71 | 0.26 | 351.21 | 0.71 | 0.43 |
| Hex | BD | 20 | 37 | 0 | 53 | 47 | 1A | 15F | 47 | 2B |
| Octal | 275 | 40 | 67 | 0 | 123 | 107 | 32 | 537 | 107 | 53 |
| Binary | 10111101 | 100000 | 110111 | 0 | 1010011 | 1000111 | 11010 | 101011111 | 1000111 | 101011 |
Color Harmonies of #BD2037
Complementary color
Monochromatic Colors of #BD2037
Black with #BD2037
Text Example
Text Example
White with #BD2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2037; }
p { color: rgb(189,32,55); }
H1.HeaderClassName
{
color: #BD2037;
}
.AnyTagClassName
{
color: #BD2037;
}
</style>
background-color css
<style>
a { background-color: #BD2037; }
a { background-color: rgb(189,32,55); }
div.DivClassName
{
background-color: #BD2037;
}
.BgClassName
{
background-color: #BD2037;
}
</style>
border-color css
<style>
span { border-color: #BD2037; }
span { border-color: rgb(189,32,55); }
td.TdClassName
{
border-color: #BD2037;
}
.TagClassName
{
border-color: #BD2037;
}
</style>