Shades of Cardinal #BD0535
Tints of Cardinal #BD0535
RGB
CMYK
RGB Variations
Color information
#BD0535 (or 0xBD0535) is known color: Cardinal. HEX triplet: BD, 05 and 35. RGB value is (189,5,53). Sum of RGB (Red+Green+Blue) = 189+5+53=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0535 is #42FACA. Grayscale: #414141. Windows color (decimal): -4389579 or 3474877. OLE color: 3474877.
HSL color Cylindrical-coordinate representation of color #BD0535: hue angle of 344.35º degrees, saturation: 0.95, 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 #BD0535 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.26 |
| HSL | 344.35º | 0.95% | 0.38% | - |
| HSV(B) | 344.35º | 0.97% | 0.74% | - |
| XYZ | 21.68 | 11.18 | 4.38 | - |
| YUV | 65.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 53 | 0 | 0.97 | 0.72 | 0.26 | 344.35 | 0.95 | 0.38 |
| Hex | BD | 5 | 35 | 0 | 61 | 48 | 1A | 158 | 5F | 26 |
| Octal | 275 | 5 | 65 | 0 | 141 | 110 | 32 | 530 | 137 | 46 |
| Binary | 10111101 | 101 | 110101 | 0 | 1100001 | 1001000 | 11010 | 101011000 | 1011111 | 100110 |
Color Harmonies of #BD0535
Complementary color
Monochromatic Colors of #BD0535
Black with #BD0535
Text Example
Text Example
White with #BD0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0535; }
p { color: rgb(189,5,53); }
H1.HeaderClassName
{
color: #BD0535;
}
.AnyTagClassName
{
color: #BD0535;
}
</style>
background-color css
<style>
a { background-color: #BD0535; }
a { background-color: rgb(189,5,53); }
div.DivClassName
{
background-color: #BD0535;
}
.BgClassName
{
background-color: #BD0535;
}
</style>
border-color css
<style>
span { border-color: #BD0535; }
span { border-color: rgb(189,5,53); }
td.TdClassName
{
border-color: #BD0535;
}
.TagClassName
{
border-color: #BD0535;
}
</style>