Shades of Cardinal #BA0633
Tints of Cardinal #BA0633
RGB
CMYK
RGB Variations
Color information
#BA0633 (or 0xBA0633) is known color: Cardinal. HEX triplet: BA, 06 and 33. RGB value is (186,6,51). Sum of RGB (Red+Green+Blue) = 186+6+51=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0633 is #45F9CC. Grayscale: #404040. Windows color (decimal): -4585933 or 3344058. OLE color: 3344058.
HSL color Cylindrical-coordinate representation of color #BA0633: hue angle of 345º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0633 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.27 |
| HSL | 345º | 0.94% | 0.38% | - |
| HSV(B) | 345º | 0.97% | 0.73% | - |
| XYZ | 20.91 | 10.81 | 4.12 | - |
| YUV | 64.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 51 | 0 | 0.97 | 0.73 | 0.27 | 345 | 0.94 | 0.38 |
| Hex | BA | 6 | 33 | 0 | 61 | 49 | 1B | 159 | 5E | 26 |
| Octal | 272 | 6 | 63 | 0 | 141 | 111 | 33 | 531 | 136 | 46 |
| Binary | 10111010 | 110 | 110011 | 0 | 1100001 | 1001001 | 11011 | 101011001 | 1011110 | 100110 |
Color Harmonies of #BA0633
Complementary color
Monochromatic Colors of #BA0633
Black with #BA0633
Text Example
Text Example
White with #BA0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0633; }
p { color: rgb(186,6,51); }
H1.HeaderClassName
{
color: #BA0633;
}
.AnyTagClassName
{
color: #BA0633;
}
</style>
background-color css
<style>
a { background-color: #BA0633; }
a { background-color: rgb(186,6,51); }
div.DivClassName
{
background-color: #BA0633;
}
.BgClassName
{
background-color: #BA0633;
}
</style>
border-color css
<style>
span { border-color: #BA0633; }
span { border-color: rgb(186,6,51); }
td.TdClassName
{
border-color: #BA0633;
}
.TagClassName
{
border-color: #BA0633;
}
</style>