Shades of Cardinal #BD0635
Tints of Cardinal #BD0635
RGB
CMYK
RGB Variations
Color information
#BD0635 (or 0xBD0635) is known color: Cardinal. HEX triplet: BD, 06 and 35. RGB value is (189,6,53). Sum of RGB (Red+Green+Blue) = 189+6+53=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0635 is #42F9CA. Grayscale: #424242. Windows color (decimal): -4389323 or 3475133. OLE color: 3475133.
HSL color Cylindrical-coordinate representation of color #BD0635: hue angle of 344.59º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0635 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 53 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.26 |
| HSL | 344.59º | 0.94% | 0.38% | - |
| HSV(B) | 344.59º | 0.97% | 0.74% | - |
| XYZ | 21.69 | 11.21 | 4.39 | - |
| YUV | 66.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 53 | 0 | 0.97 | 0.72 | 0.26 | 344.59 | 0.94 | 0.38 |
| Hex | BD | 6 | 35 | 0 | 61 | 48 | 1A | 159 | 5E | 26 |
| Octal | 275 | 6 | 65 | 0 | 141 | 110 | 32 | 531 | 136 | 46 |
| Binary | 10111101 | 110 | 110101 | 0 | 1100001 | 1001000 | 11010 | 101011001 | 1011110 | 100110 |
Color Harmonies of #BD0635
Complementary color
Monochromatic Colors of #BD0635
Black with #BD0635
Text Example
Text Example
White with #BD0635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0635; }
p { color: rgb(189,6,53); }
H1.HeaderClassName
{
color: #BD0635;
}
.AnyTagClassName
{
color: #BD0635;
}
</style>
background-color css
<style>
a { background-color: #BD0635; }
a { background-color: rgb(189,6,53); }
div.DivClassName
{
background-color: #BD0635;
}
.BgClassName
{
background-color: #BD0635;
}
</style>
border-color css
<style>
span { border-color: #BD0635; }
span { border-color: rgb(189,6,53); }
td.TdClassName
{
border-color: #BD0635;
}
.TagClassName
{
border-color: #BD0635;
}
</style>