Shades of Cardinal #BD0837
Tints of Cardinal #BD0837
RGB
CMYK
RGB Variations
Color information
#BD0837 (or 0xBD0837) is known color: Cardinal. HEX triplet: BD, 08 and 37. RGB value is (189,8,55). Sum of RGB (Red+Green+Blue) = 189+8+55=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0837 is #42F7C8. Grayscale: #434343. Windows color (decimal): -4388809 or 3606717. OLE color: 3606717.
HSL color Cylindrical-coordinate representation of color #BD0837: hue angle of 344.42º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0837 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.26 |
| HSL | 344.42º | 0.92% | 0.39% | - |
| HSV(B) | 344.42º | 0.96% | 0.74% | - |
| XYZ | 21.76 | 11.27 | 4.64 | - |
| YUV | 67.48 | 120.97 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 55 | 0 | 0.96 | 0.71 | 0.26 | 344.42 | 0.92 | 0.39 |
| Hex | BD | 8 | 37 | 0 | 60 | 47 | 1A | 158 | 5C | 27 |
| Octal | 275 | 10 | 67 | 0 | 140 | 107 | 32 | 530 | 134 | 47 |
| Binary | 10111101 | 1000 | 110111 | 0 | 1100000 | 1000111 | 11010 | 101011000 | 1011100 | 100111 |
Color Harmonies of #BD0837
Complementary color
Monochromatic Colors of #BD0837
Black with #BD0837
Text Example
Text Example
White with #BD0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0837; }
p { color: rgb(189,8,55); }
H1.HeaderClassName
{
color: #BD0837;
}
.AnyTagClassName
{
color: #BD0837;
}
</style>
background-color css
<style>
a { background-color: #BD0837; }
a { background-color: rgb(189,8,55); }
div.DivClassName
{
background-color: #BD0837;
}
.BgClassName
{
background-color: #BD0837;
}
</style>
border-color css
<style>
span { border-color: #BD0837; }
span { border-color: rgb(189,8,55); }
td.TdClassName
{
border-color: #BD0837;
}
.TagClassName
{
border-color: #BD0837;
}
</style>