Shades of Cardinal #BD1035
Tints of Cardinal #BD1035
RGB
CMYK
RGB Variations
Color information
#BD1035 (or 0xBD1035) is known color: Cardinal. HEX triplet: BD, 10 and 35. RGB value is (189,16,53). Sum of RGB (Red+Green+Blue) = 189+16+53=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1035 is #42EFCA. Grayscale: #474747. Windows color (decimal): -4386763 or 3477693. OLE color: 3477693.
HSL color Cylindrical-coordinate representation of color #BD1035: hue angle of 347.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1035 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 53 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.26 |
| HSL | 347.17º | 0.84% | 0.4% | - |
| HSV(B) | 347.17º | 0.92% | 0.74% | - |
| XYZ | 21.81 | 11.45 | 4.43 | - |
| YUV | 71.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 53 | 0 | 0.92 | 0.72 | 0.26 | 347.17 | 0.84 | 0.4 |
| Hex | BD | 10 | 35 | 0 | 5C | 48 | 1A | 15B | 54 | 28 |
| Octal | 275 | 20 | 65 | 0 | 134 | 110 | 32 | 533 | 124 | 50 |
| Binary | 10111101 | 10000 | 110101 | 0 | 1011100 | 1001000 | 11010 | 101011011 | 1010100 | 101000 |
Color Harmonies of #BD1035
Complementary color
Monochromatic Colors of #BD1035
Black with #BD1035
Text Example
Text Example
White with #BD1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1035; }
p { color: rgb(189,16,53); }
H1.HeaderClassName
{
color: #BD1035;
}
.AnyTagClassName
{
color: #BD1035;
}
</style>
background-color css
<style>
a { background-color: #BD1035; }
a { background-color: rgb(189,16,53); }
div.DivClassName
{
background-color: #BD1035;
}
.BgClassName
{
background-color: #BD1035;
}
</style>
border-color css
<style>
span { border-color: #BD1035; }
span { border-color: rgb(189,16,53); }
td.TdClassName
{
border-color: #BD1035;
}
.TagClassName
{
border-color: #BD1035;
}
</style>