Shades of Cardinal #BD0835
Tints of Cardinal #BD0835
RGB
CMYK
RGB Variations
Color information
#BD0835 (or 0xBD0835) is known color: Cardinal. HEX triplet: BD, 08 and 35. RGB value is (189,8,53). Sum of RGB (Red+Green+Blue) = 189+8+53=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0835 is #42F7CA. Grayscale: #434343. Windows color (decimal): -4388811 or 3475645. OLE color: 3475645.
HSL color Cylindrical-coordinate representation of color #BD0835: hue angle of 345.08º 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 #BD0835 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.26 |
| HSL | 345.08º | 0.92% | 0.39% | - |
| HSV(B) | 345.08º | 0.96% | 0.74% | - |
| XYZ | 21.72 | 11.25 | 4.39 | - |
| YUV | 67.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 53 | 0 | 0.96 | 0.72 | 0.26 | 345.08 | 0.92 | 0.39 |
| Hex | BD | 8 | 35 | 0 | 60 | 48 | 1A | 159 | 5C | 27 |
| Octal | 275 | 10 | 65 | 0 | 140 | 110 | 32 | 531 | 134 | 47 |
| Binary | 10111101 | 1000 | 110101 | 0 | 1100000 | 1001000 | 11010 | 101011001 | 1011100 | 100111 |
Color Harmonies of #BD0835
Complementary color
Monochromatic Colors of #BD0835
Black with #BD0835
Text Example
Text Example
White with #BD0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0835; }
p { color: rgb(189,8,53); }
H1.HeaderClassName
{
color: #BD0835;
}
.AnyTagClassName
{
color: #BD0835;
}
</style>
background-color css
<style>
a { background-color: #BD0835; }
a { background-color: rgb(189,8,53); }
div.DivClassName
{
background-color: #BD0835;
}
.BgClassName
{
background-color: #BD0835;
}
</style>
border-color css
<style>
span { border-color: #BD0835; }
span { border-color: rgb(189,8,53); }
td.TdClassName
{
border-color: #BD0835;
}
.TagClassName
{
border-color: #BD0835;
}
</style>