Shades of Cardinal #BA1D3D
Tints of Cardinal #BA1D3D
RGB
CMYK
RGB Variations
Color information
#BA1D3D (or 0xBA1D3D) is known color: Cardinal. HEX triplet: BA, 1D and 3D. RGB value is (186,29,61). Sum of RGB (Red+Green+Blue) = 186+29+61=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D3D is #45E2C2. Grayscale: #4F4F4F. Windows color (decimal): -4580035 or 4005306. OLE color: 4005306.
HSL color Cylindrical-coordinate representation of color #BA1D3D: hue angle of 347.77º 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 #BA1D3D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 61 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.27 |
| HSL | 347.77º | 0.73% | 0.42% | - |
| HSV(B) | 347.77º | 0.84% | 0.73% | - |
| XYZ | 21.53 | 11.65 | 5.53 | - |
| YUV | 79.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 61 | 0 | 0.84 | 0.67 | 0.27 | 347.77 | 0.73 | 0.42 |
| Hex | BA | 1D | 3D | 0 | 54 | 43 | 1B | 15C | 49 | 2A |
| Octal | 272 | 35 | 75 | 0 | 124 | 103 | 33 | 534 | 111 | 52 |
| Binary | 10111010 | 11101 | 111101 | 0 | 1010100 | 1000011 | 11011 | 101011100 | 1001001 | 101010 |
Color Harmonies of #BA1D3D
Complementary color
Monochromatic Colors of #BA1D3D
Black with #BA1D3D
Text Example
Text Example
White with #BA1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D3D; }
p { color: rgb(186,29,61); }
H1.HeaderClassName
{
color: #BA1D3D;
}
.AnyTagClassName
{
color: #BA1D3D;
}
</style>
background-color css
<style>
a { background-color: #BA1D3D; }
a { background-color: rgb(186,29,61); }
div.DivClassName
{
background-color: #BA1D3D;
}
.BgClassName
{
background-color: #BA1D3D;
}
</style>
border-color css
<style>
span { border-color: #BA1D3D; }
span { border-color: rgb(186,29,61); }
td.TdClassName
{
border-color: #BA1D3D;
}
.TagClassName
{
border-color: #BA1D3D;
}
</style>