Shades of Cardinal #BA1130
Tints of Cardinal #BA1130
RGB
CMYK
RGB Variations
Color information
#BA1130 (or 0xBA1130) is known color: Cardinal. HEX triplet: BA, 11 and 30. RGB value is (186,17,48). Sum of RGB (Red+Green+Blue) = 186+17+48=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1130 is #45EECF. Grayscale: #474747. Windows color (decimal): -4583120 or 3150266. OLE color: 3150266.
HSL color Cylindrical-coordinate representation of color #BA1130: hue angle of 348.99º degrees, saturation: 0.83, 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 #BA1130 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 48 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.27 |
| HSL | 348.99º | 0.83% | 0.4% | - |
| HSV(B) | 348.99º | 0.91% | 0.73% | - |
| XYZ | 20.98 | 11.05 | 3.82 | - |
| YUV | 71.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 48 | 0 | 0.91 | 0.74 | 0.27 | 348.99 | 0.83 | 0.4 |
| Hex | BA | 11 | 30 | 0 | 5B | 4A | 1B | 15D | 53 | 28 |
| Octal | 272 | 21 | 60 | 0 | 133 | 112 | 33 | 535 | 123 | 50 |
| Binary | 10111010 | 10001 | 110000 | 0 | 1011011 | 1001010 | 11011 | 101011101 | 1010011 | 101000 |
Color Harmonies of #BA1130
Complementary color
Monochromatic Colors of #BA1130
Black with #BA1130
Text Example
Text Example
White with #BA1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1130; }
p { color: rgb(186,17,48); }
H1.HeaderClassName
{
color: #BA1130;
}
.AnyTagClassName
{
color: #BA1130;
}
</style>
background-color css
<style>
a { background-color: #BA1130; }
a { background-color: rgb(186,17,48); }
div.DivClassName
{
background-color: #BA1130;
}
.BgClassName
{
background-color: #BA1130;
}
</style>
border-color css
<style>
span { border-color: #BA1130; }
span { border-color: rgb(186,17,48); }
td.TdClassName
{
border-color: #BA1130;
}
.TagClassName
{
border-color: #BA1130;
}
</style>