Shades of Cardinal #BD0337
Tints of Cardinal #BD0337
RGB
CMYK
RGB Variations
Color information
#BD0337 (or 0xBD0337) is known color: Cardinal. HEX triplet: BD, 03 and 37. RGB value is (189,3,55). Sum of RGB (Red+Green+Blue) = 189+3+55=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0337 is #42FCC8. Grayscale: #404040. Windows color (decimal): -4390089 or 3605437. OLE color: 3605437.
HSL color Cylindrical-coordinate representation of color #BD0337: hue angle of 343.23º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0337 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.26 |
| HSL | 343.23º | 0.97% | 0.38% | - |
| HSV(B) | 343.23º | 0.98% | 0.74% | - |
| XYZ | 21.71 | 11.16 | 4.62 | - |
| YUV | 64.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 55 | 0 | 0.98 | 0.71 | 0.26 | 343.23 | 0.97 | 0.38 |
| Hex | BD | 3 | 37 | 0 | 62 | 47 | 1A | 157 | 61 | 26 |
| Octal | 275 | 3 | 67 | 0 | 142 | 107 | 32 | 527 | 141 | 46 |
| Binary | 10111101 | 11 | 110111 | 0 | 1100010 | 1000111 | 11010 | 101010111 | 1100001 | 100110 |
Color Harmonies of #BD0337
Complementary color
Monochromatic Colors of #BD0337
Black with #BD0337
Text Example
Text Example
White with #BD0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0337; }
p { color: rgb(189,3,55); }
H1.HeaderClassName
{
color: #BD0337;
}
.AnyTagClassName
{
color: #BD0337;
}
</style>
background-color css
<style>
a { background-color: #BD0337; }
a { background-color: rgb(189,3,55); }
div.DivClassName
{
background-color: #BD0337;
}
.BgClassName
{
background-color: #BD0337;
}
</style>
border-color css
<style>
span { border-color: #BD0337; }
span { border-color: rgb(189,3,55); }
td.TdClassName
{
border-color: #BD0337;
}
.TagClassName
{
border-color: #BD0337;
}
</style>