Shades of Cardinal #BA0438
Tints of Cardinal #BA0438
RGB
CMYK
RGB Variations
Color information
#BA0438 (or 0xBA0438) is known color: Cardinal. HEX triplet: BA, 04 and 38. RGB value is (186,4,56). Sum of RGB (Red+Green+Blue) = 186+4+56=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0438 is #45FBC7. Grayscale: #404040. Windows color (decimal): -4586440 or 3671226. OLE color: 3671226.
HSL color Cylindrical-coordinate representation of color #BA0438: hue angle of 342.86º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0438 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.27 |
| HSL | 342.86º | 0.96% | 0.37% | - |
| HSV(B) | 342.86º | 0.98% | 0.73% | - |
| XYZ | 21.01 | 10.81 | 4.72 | - |
| YUV | 64.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 56 | 0 | 0.98 | 0.70 | 0.27 | 342.86 | 0.96 | 0.37 |
| Hex | BA | 4 | 38 | 0 | 62 | 46 | 1B | 157 | 60 | 25 |
| Octal | 272 | 4 | 70 | 0 | 142 | 106 | 33 | 527 | 140 | 45 |
| Binary | 10111010 | 100 | 111000 | 0 | 1100010 | 1000110 | 11011 | 101010111 | 1100000 | 100101 |
Color Harmonies of #BA0438
Complementary color
Monochromatic Colors of #BA0438
Black with #BA0438
Text Example
Text Example
White with #BA0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0438; }
p { color: rgb(186,4,56); }
H1.HeaderClassName
{
color: #BA0438;
}
.AnyTagClassName
{
color: #BA0438;
}
</style>
background-color css
<style>
a { background-color: #BA0438; }
a { background-color: rgb(186,4,56); }
div.DivClassName
{
background-color: #BA0438;
}
.BgClassName
{
background-color: #BA0438;
}
</style>
border-color css
<style>
span { border-color: #BA0438; }
span { border-color: rgb(186,4,56); }
td.TdClassName
{
border-color: #BA0438;
}
.TagClassName
{
border-color: #BA0438;
}
</style>