Shades of Cardinal #BA082C
Tints of Cardinal #BA082C
RGB
CMYK
RGB Variations
Color information
#BA082C (or 0xBA082C) is known color: Cardinal. HEX triplet: BA, 08 and 2C. RGB value is (186,8,44). Sum of RGB (Red+Green+Blue) = 186+8+44=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA082C is #45F7D3. Grayscale: #414141. Windows color (decimal): -4585428 or 2885818. OLE color: 2885818.
HSL color Cylindrical-coordinate representation of color #BA082C: hue angle of 347.87º 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 #BA082C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.27 |
| HSL | 347.87º | 0.92% | 0.38% | - |
| HSV(B) | 347.87º | 0.96% | 0.73% | - |
| XYZ | 20.79 | 10.79 | 3.37 | - |
| YUV | 65.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 44 | 0 | 0.96 | 0.76 | 0.27 | 347.87 | 0.92 | 0.38 |
| Hex | BA | 8 | 2C | 0 | 60 | 4C | 1B | 15C | 5C | 26 |
| Octal | 272 | 10 | 54 | 0 | 140 | 114 | 33 | 534 | 134 | 46 |
| Binary | 10111010 | 1000 | 101100 | 0 | 1100000 | 1001100 | 11011 | 101011100 | 1011100 | 100110 |
Color Harmonies of #BA082C
Complementary color
Monochromatic Colors of #BA082C
Black with #BA082C
Text Example
Text Example
White with #BA082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA082C; }
p { color: rgb(186,8,44); }
H1.HeaderClassName
{
color: #BA082C;
}
.AnyTagClassName
{
color: #BA082C;
}
</style>
background-color css
<style>
a { background-color: #BA082C; }
a { background-color: rgb(186,8,44); }
div.DivClassName
{
background-color: #BA082C;
}
.BgClassName
{
background-color: #BA082C;
}
</style>
border-color css
<style>
span { border-color: #BA082C; }
span { border-color: rgb(186,8,44); }
td.TdClassName
{
border-color: #BA082C;
}
.TagClassName
{
border-color: #BA082C;
}
</style>