Shades of Cardinal #BA183B
Tints of Cardinal #BA183B
RGB
CMYK
RGB Variations
Color information
#BA183B (or 0xBA183B) is known color: Cardinal. HEX triplet: BA, 18 and 3B. RGB value is (186,24,59). Sum of RGB (Red+Green+Blue) = 186+24+59=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA183B is #45E7C4. Grayscale: #4C4C4C. Windows color (decimal): -4581317 or 3872954. OLE color: 3872954.
HSL color Cylindrical-coordinate representation of color #BA183B: hue angle of 347.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA183B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 59 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.27 |
| HSL | 347.04º | 0.77% | 0.41% | - |
| HSV(B) | 347.04º | 0.87% | 0.73% | - |
| XYZ | 21.37 | 11.41 | 5.21 | - |
| YUV | 76.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 59 | 0 | 0.87 | 0.68 | 0.27 | 347.04 | 0.77 | 0.41 |
| Hex | BA | 18 | 3B | 0 | 57 | 44 | 1B | 15B | 4D | 29 |
| Octal | 272 | 30 | 73 | 0 | 127 | 104 | 33 | 533 | 115 | 51 |
| Binary | 10111010 | 11000 | 111011 | 0 | 1010111 | 1000100 | 11011 | 101011011 | 1001101 | 101001 |
Color Harmonies of #BA183B
Complementary color
Monochromatic Colors of #BA183B
Black with #BA183B
Text Example
Text Example
White with #BA183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA183B; }
p { color: rgb(186,24,59); }
H1.HeaderClassName
{
color: #BA183B;
}
.AnyTagClassName
{
color: #BA183B;
}
</style>
background-color css
<style>
a { background-color: #BA183B; }
a { background-color: rgb(186,24,59); }
div.DivClassName
{
background-color: #BA183B;
}
.BgClassName
{
background-color: #BA183B;
}
</style>
border-color css
<style>
span { border-color: #BA183B; }
span { border-color: rgb(186,24,59); }
td.TdClassName
{
border-color: #BA183B;
}
.TagClassName
{
border-color: #BA183B;
}
</style>