Shades of Cardinal #BD1237
Tints of Cardinal #BD1237
RGB
CMYK
RGB Variations
Color information
#BD1237 (or 0xBD1237) is known color: Cardinal. HEX triplet: BD, 12 and 37. RGB value is (189,18,55). Sum of RGB (Red+Green+Blue) = 189+18+55=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1237 is #42EDC8. Grayscale: #494949. Windows color (decimal): -4386249 or 3609277. OLE color: 3609277.
HSL color Cylindrical-coordinate representation of color #BD1237: hue angle of 347.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1237 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 55 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.26 |
| HSL | 347.02º | 0.83% | 0.41% | - |
| HSV(B) | 347.02º | 0.9% | 0.74% | - |
| XYZ | 21.89 | 11.53 | 4.69 | - |
| YUV | 73.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 55 | 0 | 0.90 | 0.71 | 0.26 | 347.02 | 0.83 | 0.41 |
| Hex | BD | 12 | 37 | 0 | 5A | 47 | 1A | 15B | 53 | 29 |
| Octal | 275 | 22 | 67 | 0 | 132 | 107 | 32 | 533 | 123 | 51 |
| Binary | 10111101 | 10010 | 110111 | 0 | 1011010 | 1000111 | 11010 | 101011011 | 1010011 | 101001 |
Color Harmonies of #BD1237
Complementary color
Monochromatic Colors of #BD1237
Black with #BD1237
Text Example
Text Example
White with #BD1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1237; }
p { color: rgb(189,18,55); }
H1.HeaderClassName
{
color: #BD1237;
}
.AnyTagClassName
{
color: #BD1237;
}
</style>
background-color css
<style>
a { background-color: #BD1237; }
a { background-color: rgb(189,18,55); }
div.DivClassName
{
background-color: #BD1237;
}
.BgClassName
{
background-color: #BD1237;
}
</style>
border-color css
<style>
span { border-color: #BD1237; }
span { border-color: rgb(189,18,55); }
td.TdClassName
{
border-color: #BD1237;
}
.TagClassName
{
border-color: #BD1237;
}
</style>