Shades of Cardinal #BA253D
Tints of Cardinal #BA253D
RGB
CMYK
RGB Variations
Color information
#BA253D (or 0xBA253D) is known color: Cardinal. HEX triplet: BA, 25 and 3D. RGB value is (186,37,61). Sum of RGB (Red+Green+Blue) = 186+37+61=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA253D is #45DAC2. Grayscale: #545454. Windows color (decimal): -4577987 or 4007354. OLE color: 4007354.
HSL color Cylindrical-coordinate representation of color #BA253D: hue angle of 350.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA253D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 61 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.27 |
| HSL | 350.34º | 0.67% | 0.44% | - |
| HSV(B) | 350.34º | 0.8% | 0.73% | - |
| XYZ | 21.75 | 12.1 | 5.6 | - |
| YUV | 84.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 61 | 0 | 0.80 | 0.67 | 0.27 | 350.34 | 0.67 | 0.44 |
| Hex | BA | 25 | 3D | 0 | 50 | 43 | 1B | 15E | 43 | 2C |
| Octal | 272 | 45 | 75 | 0 | 120 | 103 | 33 | 536 | 103 | 54 |
| Binary | 10111010 | 100101 | 111101 | 0 | 1010000 | 1000011 | 11011 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BA253D
Complementary color
Monochromatic Colors of #BA253D
Black with #BA253D
Text Example
Text Example
White with #BA253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA253D; }
p { color: rgb(186,37,61); }
H1.HeaderClassName
{
color: #BA253D;
}
.AnyTagClassName
{
color: #BA253D;
}
</style>
background-color css
<style>
a { background-color: #BA253D; }
a { background-color: rgb(186,37,61); }
div.DivClassName
{
background-color: #BA253D;
}
.BgClassName
{
background-color: #BA253D;
}
</style>
border-color css
<style>
span { border-color: #BA253D; }
span { border-color: rgb(186,37,61); }
td.TdClassName
{
border-color: #BA253D;
}
.TagClassName
{
border-color: #BA253D;
}
</style>