Shades of Cardinal #BD0035
Tints of Cardinal #BD0035
RGB
CMYK
RGB Variations
Color information
#BD0035 (or 0xBD0035) is known color: Cardinal. HEX triplet: BD, 00 and 35. RGB value is (189,0,53). Sum of RGB (Red+Green+Blue) = 189+0+53=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0035 is #42FFCA. Grayscale: #3E3E3E. Windows color (decimal): -4390859 or 3473597. OLE color: 3473597.
HSL color Cylindrical-coordinate representation of color #BD0035: hue angle of 343.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0035 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.72 | 0.26 |
| HSL | 343.17º | 1% | 0.37% | - |
| HSV(B) | 343.17º | 1% | 0.74% | - |
| XYZ | 21.63 | 11.08 | 4.37 | - |
| YUV | 62.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 53 | 0 | 1 | 0.72 | 0.26 | 343.17 | 1 | 0.37 |
| Hex | BD | 0 | 35 | 0 | 64 | 48 | 1A | 157 | 64 | 25 |
| Octal | 275 | 0 | 65 | 0 | 144 | 110 | 32 | 527 | 144 | 45 |
| Binary | 10111101 | 0 | 110101 | 0 | 1100100 | 1001000 | 11010 | 101010111 | 1100100 | 100101 |
Color Harmonies of #BD0035
Complementary color
Monochromatic Colors of #BD0035
Black with #BD0035
Text Example
Text Example
White with #BD0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0035; }
p { color: rgb(189,0,53); }
H1.HeaderClassName
{
color: #BD0035;
}
.AnyTagClassName
{
color: #BD0035;
}
</style>
background-color css
<style>
a { background-color: #BD0035; }
a { background-color: rgb(189,0,53); }
div.DivClassName
{
background-color: #BD0035;
}
.BgClassName
{
background-color: #BD0035;
}
</style>
border-color css
<style>
span { border-color: #BD0035; }
span { border-color: rgb(189,0,53); }
td.TdClassName
{
border-color: #BD0035;
}
.TagClassName
{
border-color: #BD0035;
}
</style>