Shades of Cardinal #BD0331
Tints of Cardinal #BD0331
RGB
CMYK
RGB Variations
Color information
#BD0331 (or 0xBD0331) is known color: Cardinal. HEX triplet: BD, 03 and 31. RGB value is (189,3,49). Sum of RGB (Red+Green+Blue) = 189+3+49=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0331 is #42FCCE. Grayscale: #3F3F3F. Windows color (decimal): -4390095 or 3212221. OLE color: 3212221.
HSL color Cylindrical-coordinate representation of color #BD0331: hue angle of 345.16º 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 #BD0331 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.26 |
| HSL | 345.16º | 0.97% | 0.38% | - |
| HSV(B) | 345.16º | 0.98% | 0.74% | - |
| XYZ | 21.57 | 11.11 | 3.91 | - |
| YUV | 63.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 49 | 0 | 0.98 | 0.74 | 0.26 | 345.16 | 0.97 | 0.38 |
| Hex | BD | 3 | 31 | 0 | 62 | 4A | 1A | 159 | 61 | 26 |
| Octal | 275 | 3 | 61 | 0 | 142 | 112 | 32 | 531 | 141 | 46 |
| Binary | 10111101 | 11 | 110001 | 0 | 1100010 | 1001010 | 11010 | 101011001 | 1100001 | 100110 |
Color Harmonies of #BD0331
Complementary color
Monochromatic Colors of #BD0331
Black with #BD0331
Text Example
Text Example
White with #BD0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0331; }
p { color: rgb(189,3,49); }
H1.HeaderClassName
{
color: #BD0331;
}
.AnyTagClassName
{
color: #BD0331;
}
</style>
background-color css
<style>
a { background-color: #BD0331; }
a { background-color: rgb(189,3,49); }
div.DivClassName
{
background-color: #BD0331;
}
.BgClassName
{
background-color: #BD0331;
}
</style>
border-color css
<style>
span { border-color: #BD0331; }
span { border-color: rgb(189,3,49); }
td.TdClassName
{
border-color: #BD0331;
}
.TagClassName
{
border-color: #BD0331;
}
</style>