Shades of Cardinal #BA1034
Tints of Cardinal #BA1034
RGB
CMYK
RGB Variations
Color information
#BA1034 (or 0xBA1034) is known color: Cardinal. HEX triplet: BA, 10 and 34. RGB value is (186,16,52). Sum of RGB (Red+Green+Blue) = 186+16+52=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1034 is #45EFCB. Grayscale: #464646. Windows color (decimal): -4583372 or 3412154. OLE color: 3412154.
HSL color Cylindrical-coordinate representation of color #BA1034: hue angle of 347.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1034 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 52 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.27 |
| HSL | 347.29º | 0.84% | 0.4% | - |
| HSV(B) | 347.29º | 0.91% | 0.73% | - |
| XYZ | 21.05 | 11.06 | 4.27 | - |
| YUV | 70.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 52 | 0 | 0.91 | 0.72 | 0.27 | 347.29 | 0.84 | 0.4 |
| Hex | BA | 10 | 34 | 0 | 5B | 48 | 1B | 15B | 54 | 28 |
| Octal | 272 | 20 | 64 | 0 | 133 | 110 | 33 | 533 | 124 | 50 |
| Binary | 10111010 | 10000 | 110100 | 0 | 1011011 | 1001000 | 11011 | 101011011 | 1010100 | 101000 |
Color Harmonies of #BA1034
Complementary color
Monochromatic Colors of #BA1034
Black with #BA1034
Text Example
Text Example
White with #BA1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1034; }
p { color: rgb(186,16,52); }
H1.HeaderClassName
{
color: #BA1034;
}
.AnyTagClassName
{
color: #BA1034;
}
</style>
background-color css
<style>
a { background-color: #BA1034; }
a { background-color: rgb(186,16,52); }
div.DivClassName
{
background-color: #BA1034;
}
.BgClassName
{
background-color: #BA1034;
}
</style>
border-color css
<style>
span { border-color: #BA1034; }
span { border-color: rgb(186,16,52); }
td.TdClassName
{
border-color: #BA1034;
}
.TagClassName
{
border-color: #BA1034;
}
</style>