Shades of Cardinal #BA123D
Tints of Cardinal #BA123D
RGB
CMYK
RGB Variations
Color information
#BA123D (or 0xBA123D) is known color: Cardinal. HEX triplet: BA, 12 and 3D. RGB value is (186,18,61). Sum of RGB (Red+Green+Blue) = 186+18+61=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA123D is #45EDC2. Grayscale: #494949. Windows color (decimal): -4582851 or 4002490. OLE color: 4002490.
HSL color Cylindrical-coordinate representation of color #BA123D: hue angle of 344.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA123D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.27 |
| HSL | 344.64º | 0.82% | 0.4% | - |
| HSV(B) | 344.64º | 0.9% | 0.73% | - |
| XYZ | 21.31 | 11.21 | 5.46 | - |
| YUV | 73.13 | 121.16 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 61 | 0 | 0.90 | 0.67 | 0.27 | 344.64 | 0.82 | 0.4 |
| Hex | BA | 12 | 3D | 0 | 5A | 43 | 1B | 159 | 52 | 28 |
| Octal | 272 | 22 | 75 | 0 | 132 | 103 | 33 | 531 | 122 | 50 |
| Binary | 10111010 | 10010 | 111101 | 0 | 1011010 | 1000011 | 11011 | 101011001 | 1010010 | 101000 |
Color Harmonies of #BA123D
Complementary color
Monochromatic Colors of #BA123D
Black with #BA123D
Text Example
Text Example
White with #BA123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA123D; }
p { color: rgb(186,18,61); }
H1.HeaderClassName
{
color: #BA123D;
}
.AnyTagClassName
{
color: #BA123D;
}
</style>
background-color css
<style>
a { background-color: #BA123D; }
a { background-color: rgb(186,18,61); }
div.DivClassName
{
background-color: #BA123D;
}
.BgClassName
{
background-color: #BA123D;
}
</style>
border-color css
<style>
span { border-color: #BA123D; }
span { border-color: rgb(186,18,61); }
td.TdClassName
{
border-color: #BA123D;
}
.TagClassName
{
border-color: #BA123D;
}
</style>