Shades of Cardinal #BD0831
Tints of Cardinal #BD0831
RGB
CMYK
RGB Variations
Color information
#BD0831 (or 0xBD0831) is known color: Cardinal. HEX triplet: BD, 08 and 31. RGB value is (189,8,49). Sum of RGB (Red+Green+Blue) = 189+8+49=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0831 is #42F7CE. Grayscale: #424242. Windows color (decimal): -4388815 or 3213501. OLE color: 3213501.
HSL color Cylindrical-coordinate representation of color #BD0831: hue angle of 346.41º 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 #BD0831 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.26 |
| HSL | 346.41º | 0.92% | 0.39% | - |
| HSV(B) | 346.41º | 0.96% | 0.74% | - |
| XYZ | 21.63 | 11.21 | 3.93 | - |
| YUV | 66.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 49 | 0 | 0.96 | 0.74 | 0.26 | 346.41 | 0.92 | 0.39 |
| Hex | BD | 8 | 31 | 0 | 60 | 4A | 1A | 15A | 5C | 27 |
| Octal | 275 | 10 | 61 | 0 | 140 | 112 | 32 | 532 | 134 | 47 |
| Binary | 10111101 | 1000 | 110001 | 0 | 1100000 | 1001010 | 11010 | 101011010 | 1011100 | 100111 |
Color Harmonies of #BD0831
Complementary color
Monochromatic Colors of #BD0831
Black with #BD0831
Text Example
Text Example
White with #BD0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0831; }
p { color: rgb(189,8,49); }
H1.HeaderClassName
{
color: #BD0831;
}
.AnyTagClassName
{
color: #BD0831;
}
</style>
background-color css
<style>
a { background-color: #BD0831; }
a { background-color: rgb(189,8,49); }
div.DivClassName
{
background-color: #BD0831;
}
.BgClassName
{
background-color: #BD0831;
}
</style>
border-color css
<style>
span { border-color: #BD0831; }
span { border-color: rgb(189,8,49); }
td.TdClassName
{
border-color: #BD0831;
}
.TagClassName
{
border-color: #BD0831;
}
</style>