Shades of Cardinal #BD063A
Tints of Cardinal #BD063A
RGB
CMYK
RGB Variations
Color information
#BD063A (or 0xBD063A) is known color: Cardinal. HEX triplet: BD, 06 and 3A. RGB value is (189,6,58). Sum of RGB (Red+Green+Blue) = 189+6+58=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD063A is #42F9C5. Grayscale: #424242. Windows color (decimal): -4389318 or 3802813. OLE color: 3802813.
HSL color Cylindrical-coordinate representation of color #BD063A: hue angle of 342.95º degrees, saturation: 0.94, 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 #BD063A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.26 |
| HSL | 342.95º | 0.94% | 0.38% | - |
| HSV(B) | 342.95º | 0.97% | 0.74% | - |
| XYZ | 21.82 | 11.25 | 5.03 | - |
| YUV | 66.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 58 | 0 | 0.97 | 0.69 | 0.26 | 342.95 | 0.94 | 0.38 |
| Hex | BD | 6 | 3A | 0 | 61 | 45 | 1A | 157 | 5E | 26 |
| Octal | 275 | 6 | 72 | 0 | 141 | 105 | 32 | 527 | 136 | 46 |
| Binary | 10111101 | 110 | 111010 | 0 | 1100001 | 1000101 | 11010 | 101010111 | 1011110 | 100110 |
Color Harmonies of #BD063A
Complementary color
Monochromatic Colors of #BD063A
Black with #BD063A
Text Example
Text Example
White with #BD063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD063A; }
p { color: rgb(189,6,58); }
H1.HeaderClassName
{
color: #BD063A;
}
.AnyTagClassName
{
color: #BD063A;
}
</style>
background-color css
<style>
a { background-color: #BD063A; }
a { background-color: rgb(189,6,58); }
div.DivClassName
{
background-color: #BD063A;
}
.BgClassName
{
background-color: #BD063A;
}
</style>
border-color css
<style>
span { border-color: #BD063A; }
span { border-color: rgb(189,6,58); }
td.TdClassName
{
border-color: #BD063A;
}
.TagClassName
{
border-color: #BD063A;
}
</style>