Shades of Cardinal #BA253F
Tints of Cardinal #BA253F
RGB
CMYK
RGB Variations
Color information
#BA253F (or 0xBA253F) is known color: Cardinal. HEX triplet: BA, 25 and 3F. RGB value is (186,37,63). Sum of RGB (Red+Green+Blue) = 186+37+63=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA253F is #45DAC0. Grayscale: #545454. Windows color (decimal): -4577985 or 4138426. OLE color: 4138426.
HSL color Cylindrical-coordinate representation of color #BA253F: hue angle of 349.53º 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 #BA253F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 63 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.27 |
| HSL | 349.53º | 0.67% | 0.44% | - |
| HSV(B) | 349.53º | 0.8% | 0.73% | - |
| XYZ | 21.81 | 12.12 | 5.89 | - |
| YUV | 84.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 63 | 0 | 0.80 | 0.66 | 0.27 | 349.53 | 0.67 | 0.44 |
| Hex | BA | 25 | 3F | 0 | 50 | 42 | 1B | 15E | 43 | 2C |
| Octal | 272 | 45 | 77 | 0 | 120 | 102 | 33 | 536 | 103 | 54 |
| Binary | 10111010 | 100101 | 111111 | 0 | 1010000 | 1000010 | 11011 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BA253F
Complementary color
Monochromatic Colors of #BA253F
Black with #BA253F
Text Example
Text Example
White with #BA253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA253F; }
p { color: rgb(186,37,63); }
H1.HeaderClassName
{
color: #BA253F;
}
.AnyTagClassName
{
color: #BA253F;
}
</style>
background-color css
<style>
a { background-color: #BA253F; }
a { background-color: rgb(186,37,63); }
div.DivClassName
{
background-color: #BA253F;
}
.BgClassName
{
background-color: #BA253F;
}
</style>
border-color css
<style>
span { border-color: #BA253F; }
span { border-color: rgb(186,37,63); }
td.TdClassName
{
border-color: #BA253F;
}
.TagClassName
{
border-color: #BA253F;
}
</style>