Shades of Cardinal #BA083A
Tints of Cardinal #BA083A
RGB
CMYK
RGB Variations
Color information
#BA083A (or 0xBA083A) is known color: Cardinal. HEX triplet: BA, 08 and 3A. RGB value is (186,8,58). Sum of RGB (Red+Green+Blue) = 186+8+58=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA083A is #45F7C5. Grayscale: #424242. Windows color (decimal): -4585414 or 3803322. OLE color: 3803322.
HSL color Cylindrical-coordinate representation of color #BA083A: hue angle of 343.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA083A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.27 |
| HSL | 343.15º | 0.92% | 0.38% | - |
| HSV(B) | 343.15º | 0.96% | 0.73% | - |
| XYZ | 21.1 | 10.92 | 5 | - |
| YUV | 66.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 58 | 0 | 0.96 | 0.69 | 0.27 | 343.15 | 0.92 | 0.38 |
| Hex | BA | 8 | 3A | 0 | 60 | 45 | 1B | 157 | 5C | 26 |
| Octal | 272 | 10 | 72 | 0 | 140 | 105 | 33 | 527 | 134 | 46 |
| Binary | 10111010 | 1000 | 111010 | 0 | 1100000 | 1000101 | 11011 | 101010111 | 1011100 | 100110 |
Color Harmonies of #BA083A
Complementary color
Monochromatic Colors of #BA083A
Black with #BA083A
Text Example
Text Example
White with #BA083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA083A; }
p { color: rgb(186,8,58); }
H1.HeaderClassName
{
color: #BA083A;
}
.AnyTagClassName
{
color: #BA083A;
}
</style>
background-color css
<style>
a { background-color: #BA083A; }
a { background-color: rgb(186,8,58); }
div.DivClassName
{
background-color: #BA083A;
}
.BgClassName
{
background-color: #BA083A;
}
</style>
border-color css
<style>
span { border-color: #BA083A; }
span { border-color: rgb(186,8,58); }
td.TdClassName
{
border-color: #BA083A;
}
.TagClassName
{
border-color: #BA083A;
}
</style>