Shades of Cardinal #BA213D
Tints of Cardinal #BA213D
RGB
CMYK
RGB Variations
Color information
#BA213D (or 0xBA213D) is known color: Cardinal. HEX triplet: BA, 21 and 3D. RGB value is (186,33,61). Sum of RGB (Red+Green+Blue) = 186+33+61=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA213D is #45DEC2. Grayscale: #515151. Windows color (decimal): -4579011 or 4006330. OLE color: 4006330.
HSL color Cylindrical-coordinate representation of color #BA213D: hue angle of 349.02º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA213D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 61 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.27 |
| HSL | 349.02º | 0.7% | 0.43% | - |
| HSV(B) | 349.02º | 0.82% | 0.73% | - |
| XYZ | 21.64 | 11.86 | 5.56 | - |
| YUV | 81.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 61 | 0 | 0.82 | 0.67 | 0.27 | 349.02 | 0.7 | 0.43 |
| Hex | BA | 21 | 3D | 0 | 52 | 43 | 1B | 15D | 46 | 2B |
| Octal | 272 | 41 | 75 | 0 | 122 | 103 | 33 | 535 | 106 | 53 |
| Binary | 10111010 | 100001 | 111101 | 0 | 1010010 | 1000011 | 11011 | 101011101 | 1000110 | 101011 |
Color Harmonies of #BA213D
Complementary color
Monochromatic Colors of #BA213D
Black with #BA213D
Text Example
Text Example
White with #BA213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA213D; }
p { color: rgb(186,33,61); }
H1.HeaderClassName
{
color: #BA213D;
}
.AnyTagClassName
{
color: #BA213D;
}
</style>
background-color css
<style>
a { background-color: #BA213D; }
a { background-color: rgb(186,33,61); }
div.DivClassName
{
background-color: #BA213D;
}
.BgClassName
{
background-color: #BA213D;
}
</style>
border-color css
<style>
span { border-color: #BA213D; }
span { border-color: rgb(186,33,61); }
td.TdClassName
{
border-color: #BA213D;
}
.TagClassName
{
border-color: #BA213D;
}
</style>