Shades of Cardinal #BD203B
Tints of Cardinal #BD203B
RGB
CMYK
RGB Variations
Color information
#BD203B (or 0xBD203B) is known color: Cardinal. HEX triplet: BD, 20 and 3B. RGB value is (189,32,59). Sum of RGB (Red+Green+Blue) = 189+32+59=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD203B is #42DFC4. Grayscale: #525252. Windows color (decimal): -4382661 or 3875005. OLE color: 3875005.
HSL color Cylindrical-coordinate representation of color #BD203B: hue angle of 349.68º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD203B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 59 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.26 |
| HSL | 349.68º | 0.71% | 0.43% | - |
| HSV(B) | 349.68º | 0.83% | 0.74% | - |
| XYZ | 22.29 | 12.17 | 5.31 | - |
| YUV | 82.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 59 | 0 | 0.83 | 0.69 | 0.26 | 349.68 | 0.71 | 0.43 |
| Hex | BD | 20 | 3B | 0 | 53 | 45 | 1A | 15E | 47 | 2B |
| Octal | 275 | 40 | 73 | 0 | 123 | 105 | 32 | 536 | 107 | 53 |
| Binary | 10111101 | 100000 | 111011 | 0 | 1010011 | 1000101 | 11010 | 101011110 | 1000111 | 101011 |
Color Harmonies of #BD203B
Complementary color
Monochromatic Colors of #BD203B
Black with #BD203B
Text Example
Text Example
White with #BD203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD203B; }
p { color: rgb(189,32,59); }
H1.HeaderClassName
{
color: #BD203B;
}
.AnyTagClassName
{
color: #BD203B;
}
</style>
background-color css
<style>
a { background-color: #BD203B; }
a { background-color: rgb(189,32,59); }
div.DivClassName
{
background-color: #BD203B;
}
.BgClassName
{
background-color: #BD203B;
}
</style>
border-color css
<style>
span { border-color: #BD203B; }
span { border-color: rgb(189,32,59); }
td.TdClassName
{
border-color: #BD203B;
}
.TagClassName
{
border-color: #BD203B;
}
</style>