Shades of Cardinal #BA283B
Tints of Cardinal #BA283B
RGB
CMYK
RGB Variations
Color information
#BA283B (or 0xBA283B) is known color: Cardinal. HEX triplet: BA, 28 and 3B. RGB value is (186,40,59). Sum of RGB (Red+Green+Blue) = 186+40+59=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA283B is #45D7C4. Grayscale: #555555. Windows color (decimal): -4577221 or 3877050. OLE color: 3877050.
HSL color Cylindrical-coordinate representation of color #BA283B: hue angle of 352.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA283B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 59 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.27 |
| HSL | 352.19º | 0.65% | 0.44% | - |
| HSV(B) | 352.19º | 0.78% | 0.73% | - |
| XYZ | 21.8 | 12.27 | 5.36 | - |
| YUV | 85.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 59 | 0 | 0.78 | 0.68 | 0.27 | 352.19 | 0.65 | 0.44 |
| Hex | BA | 28 | 3B | 0 | 4E | 44 | 1B | 160 | 41 | 2C |
| Octal | 272 | 50 | 73 | 0 | 116 | 104 | 33 | 540 | 101 | 54 |
| Binary | 10111010 | 101000 | 111011 | 0 | 1001110 | 1000100 | 11011 | 101100000 | 1000001 | 101100 |
Color Harmonies of #BA283B
Complementary color
Monochromatic Colors of #BA283B
Black with #BA283B
Text Example
Text Example
White with #BA283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA283B; }
p { color: rgb(186,40,59); }
H1.HeaderClassName
{
color: #BA283B;
}
.AnyTagClassName
{
color: #BA283B;
}
</style>
background-color css
<style>
a { background-color: #BA283B; }
a { background-color: rgb(186,40,59); }
div.DivClassName
{
background-color: #BA283B;
}
.BgClassName
{
background-color: #BA283B;
}
</style>
border-color css
<style>
span { border-color: #BA283B; }
span { border-color: rgb(186,40,59); }
td.TdClassName
{
border-color: #BA283B;
}
.TagClassName
{
border-color: #BA283B;
}
</style>