Shades of Cardinal #BA1D31
Tints of Cardinal #BA1D31
RGB
CMYK
RGB Variations
Color information
#BA1D31 (or 0xBA1D31) is known color: Cardinal. HEX triplet: BA, 1D and 31. RGB value is (186,29,49). Sum of RGB (Red+Green+Blue) = 186+29+49=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D31 is #45E2CE. Grayscale: #4E4E4E. Windows color (decimal): -4580047 or 3218874. OLE color: 3218874.
HSL color Cylindrical-coordinate representation of color #BA1D31: hue angle of 352.36º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D31 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 49 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.27 |
| HSL | 352.36º | 0.73% | 0.42% | - |
| HSV(B) | 352.36º | 0.84% | 0.73% | - |
| XYZ | 21.24 | 11.54 | 4.01 | - |
| YUV | 78.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 49 | 0 | 0.84 | 0.74 | 0.27 | 352.36 | 0.73 | 0.42 |
| Hex | BA | 1D | 31 | 0 | 54 | 4A | 1B | 160 | 49 | 2A |
| Octal | 272 | 35 | 61 | 0 | 124 | 112 | 33 | 540 | 111 | 52 |
| Binary | 10111010 | 11101 | 110001 | 0 | 1010100 | 1001010 | 11011 | 101100000 | 1001001 | 101010 |
Color Harmonies of #BA1D31
Complementary color
Monochromatic Colors of #BA1D31
Black with #BA1D31
Text Example
Text Example
White with #BA1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D31; }
p { color: rgb(186,29,49); }
H1.HeaderClassName
{
color: #BA1D31;
}
.AnyTagClassName
{
color: #BA1D31;
}
</style>
background-color css
<style>
a { background-color: #BA1D31; }
a { background-color: rgb(186,29,49); }
div.DivClassName
{
background-color: #BA1D31;
}
.BgClassName
{
background-color: #BA1D31;
}
</style>
border-color css
<style>
span { border-color: #BA1D31; }
span { border-color: rgb(186,29,49); }
td.TdClassName
{
border-color: #BA1D31;
}
.TagClassName
{
border-color: #BA1D31;
}
</style>