Shades of Cardinal #BD0431
Tints of Cardinal #BD0431
RGB
CMYK
RGB Variations
Color information
#BD0431 (or 0xBD0431) is known color: Cardinal. HEX triplet: BD, 04 and 31. RGB value is (189,4,49). Sum of RGB (Red+Green+Blue) = 189+4+49=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0431 is #42FBCE. Grayscale: #404040. Windows color (decimal): -4389839 or 3212477. OLE color: 3212477.
HSL color Cylindrical-coordinate representation of color #BD0431: hue angle of 345.41º degrees, saturation: 0.96, 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 #BD0431 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.26 |
| HSL | 345.41º | 0.96% | 0.38% | - |
| HSV(B) | 345.41º | 0.98% | 0.74% | - |
| XYZ | 21.58 | 11.13 | 3.92 | - |
| YUV | 64.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 49 | 0 | 0.98 | 0.74 | 0.26 | 345.41 | 0.96 | 0.38 |
| Hex | BD | 4 | 31 | 0 | 62 | 4A | 1A | 159 | 60 | 26 |
| Octal | 275 | 4 | 61 | 0 | 142 | 112 | 32 | 531 | 140 | 46 |
| Binary | 10111101 | 100 | 110001 | 0 | 1100010 | 1001010 | 11010 | 101011001 | 1100000 | 100110 |
Color Harmonies of #BD0431
Complementary color
Monochromatic Colors of #BD0431
Black with #BD0431
Text Example
Text Example
White with #BD0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0431; }
p { color: rgb(189,4,49); }
H1.HeaderClassName
{
color: #BD0431;
}
.AnyTagClassName
{
color: #BD0431;
}
</style>
background-color css
<style>
a { background-color: #BD0431; }
a { background-color: rgb(189,4,49); }
div.DivClassName
{
background-color: #BD0431;
}
.BgClassName
{
background-color: #BD0431;
}
</style>
border-color css
<style>
span { border-color: #BD0431; }
span { border-color: rgb(189,4,49); }
td.TdClassName
{
border-color: #BD0431;
}
.TagClassName
{
border-color: #BD0431;
}
</style>