Shades of Cardinal #BD2337
Tints of Cardinal #BD2337
RGB
CMYK
RGB Variations
Color information
#BD2337 (or 0xBD2337) is known color: Cardinal. HEX triplet: BD, 23 and 37. RGB value is (189,35,55). Sum of RGB (Red+Green+Blue) = 189+35+55=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2337 is #42DCC8. Grayscale: #535353. Windows color (decimal): -4381897 or 3613629. OLE color: 3613629.
HSL color Cylindrical-coordinate representation of color #BD2337: hue angle of 352.21º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2337 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 55 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.26 |
| HSL | 352.21º | 0.69% | 0.44% | - |
| HSV(B) | 352.21º | 0.81% | 0.74% | - |
| XYZ | 22.28 | 12.3 | 4.81 | - |
| YUV | 83.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 55 | 0 | 0.81 | 0.71 | 0.26 | 352.21 | 0.69 | 0.44 |
| Hex | BD | 23 | 37 | 0 | 51 | 47 | 1A | 160 | 45 | 2C |
| Octal | 275 | 43 | 67 | 0 | 121 | 107 | 32 | 540 | 105 | 54 |
| Binary | 10111101 | 100011 | 110111 | 0 | 1010001 | 1000111 | 11010 | 101100000 | 1000101 | 101100 |
Color Harmonies of #BD2337
Complementary color
Monochromatic Colors of #BD2337
Black with #BD2337
Text Example
Text Example
White with #BD2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2337; }
p { color: rgb(189,35,55); }
H1.HeaderClassName
{
color: #BD2337;
}
.AnyTagClassName
{
color: #BD2337;
}
</style>
background-color css
<style>
a { background-color: #BD2337; }
a { background-color: rgb(189,35,55); }
div.DivClassName
{
background-color: #BD2337;
}
.BgClassName
{
background-color: #BD2337;
}
</style>
border-color css
<style>
span { border-color: #BD2337; }
span { border-color: rgb(189,35,55); }
td.TdClassName
{
border-color: #BD2337;
}
.TagClassName
{
border-color: #BD2337;
}
</style>