Shades of Cardinal #BA102D
Tints of Cardinal #BA102D
RGB
CMYK
RGB Variations
Color information
#BA102D (or 0xBA102D) is known color: Cardinal. HEX triplet: BA, 10 and 2D. RGB value is (186,16,45). Sum of RGB (Red+Green+Blue) = 186+16+45=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA102D is #45EFD2. Grayscale: #464646. Windows color (decimal): -4583379 or 2953402. OLE color: 2953402.
HSL color Cylindrical-coordinate representation of color #BA102D: hue angle of 349.76º 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 #BA102D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.27 |
| HSL | 349.76º | 0.84% | 0.4% | - |
| HSV(B) | 349.76º | 0.91% | 0.73% | - |
| XYZ | 20.91 | 11 | 3.5 | - |
| YUV | 70.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 45 | 0 | 0.91 | 0.76 | 0.27 | 349.76 | 0.84 | 0.4 |
| Hex | BA | 10 | 2D | 0 | 5B | 4C | 1B | 15E | 54 | 28 |
| Octal | 272 | 20 | 55 | 0 | 133 | 114 | 33 | 536 | 124 | 50 |
| Binary | 10111010 | 10000 | 101101 | 0 | 1011011 | 1001100 | 11011 | 101011110 | 1010100 | 101000 |
Color Harmonies of #BA102D
Complementary color
Monochromatic Colors of #BA102D
Black with #BA102D
Text Example
Text Example
White with #BA102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA102D; }
p { color: rgb(186,16,45); }
H1.HeaderClassName
{
color: #BA102D;
}
.AnyTagClassName
{
color: #BA102D;
}
</style>
background-color css
<style>
a { background-color: #BA102D; }
a { background-color: rgb(186,16,45); }
div.DivClassName
{
background-color: #BA102D;
}
.BgClassName
{
background-color: #BA102D;
}
</style>
border-color css
<style>
span { border-color: #BA102D; }
span { border-color: rgb(186,16,45); }
td.TdClassName
{
border-color: #BA102D;
}
.TagClassName
{
border-color: #BA102D;
}
</style>