Shades of Cardinal #BD0836
Tints of Cardinal #BD0836
RGB
CMYK
RGB Variations
Color information
#BD0836 (or 0xBD0836) is known color: Cardinal. HEX triplet: BD, 08 and 36. RGB value is (189,8,54). Sum of RGB (Red+Green+Blue) = 189+8+54=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0836 is #42F7C9. Grayscale: #434343. Windows color (decimal): -4388810 or 3541181. OLE color: 3541181.
HSL color Cylindrical-coordinate representation of color #BD0836: hue angle of 344.75º 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 #BD0836 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 54 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.26 |
| HSL | 344.75º | 0.92% | 0.39% | - |
| HSV(B) | 344.75º | 0.96% | 0.74% | - |
| XYZ | 21.74 | 11.26 | 4.52 | - |
| YUV | 67.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 54 | 0 | 0.96 | 0.71 | 0.26 | 344.75 | 0.92 | 0.39 |
| Hex | BD | 8 | 36 | 0 | 60 | 47 | 1A | 159 | 5C | 27 |
| Octal | 275 | 10 | 66 | 0 | 140 | 107 | 32 | 531 | 134 | 47 |
| Binary | 10111101 | 1000 | 110110 | 0 | 1100000 | 1000111 | 11010 | 101011001 | 1011100 | 100111 |
Color Harmonies of #BD0836
Complementary color
Monochromatic Colors of #BD0836
Black with #BD0836
Text Example
Text Example
White with #BD0836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0836; }
p { color: rgb(189,8,54); }
H1.HeaderClassName
{
color: #BD0836;
}
.AnyTagClassName
{
color: #BD0836;
}
</style>
background-color css
<style>
a { background-color: #BD0836; }
a { background-color: rgb(189,8,54); }
div.DivClassName
{
background-color: #BD0836;
}
.BgClassName
{
background-color: #BD0836;
}
</style>
border-color css
<style>
span { border-color: #BD0836; }
span { border-color: rgb(189,8,54); }
td.TdClassName
{
border-color: #BD0836;
}
.TagClassName
{
border-color: #BD0836;
}
</style>