Shades of Cardinal #BD053F
Tints of Cardinal #BD053F
RGB
CMYK
RGB Variations
Color information
#BD053F (or 0xBD053F) is known color: Cardinal. HEX triplet: BD, 05 and 3F. RGB value is (189,5,63). Sum of RGB (Red+Green+Blue) = 189+5+63=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD053F is #42FAC0. Grayscale: #424242. Windows color (decimal): -4389569 or 4130237. OLE color: 4130237.
HSL color Cylindrical-coordinate representation of color #BD053F: hue angle of 341.09º 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 #BD053F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.26 |
| HSL | 341.09º | 0.95% | 0.38% | - |
| HSV(B) | 341.09º | 0.97% | 0.74% | - |
| XYZ | 21.94 | 11.29 | 5.72 | - |
| YUV | 66.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 63 | 0 | 0.97 | 0.67 | 0.26 | 341.09 | 0.95 | 0.38 |
| Hex | BD | 5 | 3F | 0 | 61 | 43 | 1A | 155 | 5F | 26 |
| Octal | 275 | 5 | 77 | 0 | 141 | 103 | 32 | 525 | 137 | 46 |
| Binary | 10111101 | 101 | 111111 | 0 | 1100001 | 1000011 | 11010 | 101010101 | 1011111 | 100110 |
Color Harmonies of #BD053F
Complementary color
Monochromatic Colors of #BD053F
Black with #BD053F
Text Example
Text Example
White with #BD053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD053F; }
p { color: rgb(189,5,63); }
H1.HeaderClassName
{
color: #BD053F;
}
.AnyTagClassName
{
color: #BD053F;
}
</style>
background-color css
<style>
a { background-color: #BD053F; }
a { background-color: rgb(189,5,63); }
div.DivClassName
{
background-color: #BD053F;
}
.BgClassName
{
background-color: #BD053F;
}
</style>
border-color css
<style>
span { border-color: #BD053F; }
span { border-color: rgb(189,5,63); }
td.TdClassName
{
border-color: #BD053F;
}
.TagClassName
{
border-color: #BD053F;
}
</style>