Shades of Cardinal #BA123F
Tints of Cardinal #BA123F
RGB
CMYK
RGB Variations
Color information
#BA123F (or 0xBA123F) is known color: Cardinal. HEX triplet: BA, 12 and 3F. RGB value is (186,18,63). Sum of RGB (Red+Green+Blue) = 186+18+63=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA123F is #45EDC0. Grayscale: #494949. Windows color (decimal): -4582849 or 4133562. OLE color: 4133562.
HSL color Cylindrical-coordinate representation of color #BA123F: hue angle of 343.93º 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 #BA123F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 63 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.27 |
| HSL | 343.93º | 0.82% | 0.4% | - |
| HSV(B) | 343.93º | 0.9% | 0.73% | - |
| XYZ | 21.36 | 11.23 | 5.74 | - |
| YUV | 73.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 63 | 0 | 0.90 | 0.66 | 0.27 | 343.93 | 0.82 | 0.4 |
| Hex | BA | 12 | 3F | 0 | 5A | 42 | 1B | 158 | 52 | 28 |
| Octal | 272 | 22 | 77 | 0 | 132 | 102 | 33 | 530 | 122 | 50 |
| Binary | 10111010 | 10010 | 111111 | 0 | 1011010 | 1000010 | 11011 | 101011000 | 1010010 | 101000 |
Color Harmonies of #BA123F
Complementary color
Monochromatic Colors of #BA123F
Black with #BA123F
Text Example
Text Example
White with #BA123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA123F; }
p { color: rgb(186,18,63); }
H1.HeaderClassName
{
color: #BA123F;
}
.AnyTagClassName
{
color: #BA123F;
}
</style>
background-color css
<style>
a { background-color: #BA123F; }
a { background-color: rgb(186,18,63); }
div.DivClassName
{
background-color: #BA123F;
}
.BgClassName
{
background-color: #BA123F;
}
</style>
border-color css
<style>
span { border-color: #BA123F; }
span { border-color: rgb(186,18,63); }
td.TdClassName
{
border-color: #BA123F;
}
.TagClassName
{
border-color: #BA123F;
}
</style>