Shades of Cardinal #BA163D
Tints of Cardinal #BA163D
RGB
CMYK
RGB Variations
Color information
#BA163D (or 0xBA163D) is known color: Cardinal. HEX triplet: BA, 16 and 3D. RGB value is (186,22,61). Sum of RGB (Red+Green+Blue) = 186+22+61=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA163D is #45E9C2. Grayscale: #4B4B4B. Windows color (decimal): -4581827 or 4003514. OLE color: 4003514.
HSL color Cylindrical-coordinate representation of color #BA163D: hue angle of 345.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA163D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 61 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.27 |
| HSL | 345.73º | 0.79% | 0.41% | - |
| HSV(B) | 345.73º | 0.88% | 0.73% | - |
| XYZ | 21.38 | 11.35 | 5.48 | - |
| YUV | 75.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 61 | 0 | 0.88 | 0.67 | 0.27 | 345.73 | 0.79 | 0.41 |
| Hex | BA | 16 | 3D | 0 | 58 | 43 | 1B | 15A | 4F | 29 |
| Octal | 272 | 26 | 75 | 0 | 130 | 103 | 33 | 532 | 117 | 51 |
| Binary | 10111010 | 10110 | 111101 | 0 | 1011000 | 1000011 | 11011 | 101011010 | 1001111 | 101001 |
Color Harmonies of #BA163D
Complementary color
Monochromatic Colors of #BA163D
Black with #BA163D
Text Example
Text Example
White with #BA163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA163D; }
p { color: rgb(186,22,61); }
H1.HeaderClassName
{
color: #BA163D;
}
.AnyTagClassName
{
color: #BA163D;
}
</style>
background-color css
<style>
a { background-color: #BA163D; }
a { background-color: rgb(186,22,61); }
div.DivClassName
{
background-color: #BA163D;
}
.BgClassName
{
background-color: #BA163D;
}
</style>
border-color css
<style>
span { border-color: #BA163D; }
span { border-color: rgb(186,22,61); }
td.TdClassName
{
border-color: #BA163D;
}
.TagClassName
{
border-color: #BA163D;
}
</style>