Shades of Cardinal #BA262E
Tints of Cardinal #BA262E
RGB
CMYK
RGB Variations
Color information
#BA262E (or 0xBA262E) is known color: Cardinal. HEX triplet: BA, 26 and 2E. RGB value is (186,38,46). Sum of RGB (Red+Green+Blue) = 186+38+46=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA262E is #45D9D1. Grayscale: #535353. Windows color (decimal): -4577746 or 3024570. OLE color: 3024570.
HSL color Cylindrical-coordinate representation of color #BA262E: hue angle of 356.76º degrees, saturation: 0.66, 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 #BA262E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 46 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.27 |
| HSL | 356.76º | 0.66% | 0.44% | - |
| HSV(B) | 356.76º | 0.8% | 0.73% | - |
| XYZ | 21.44 | 12.02 | 3.78 | - |
| YUV | 83.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 46 | 0 | 0.80 | 0.75 | 0.27 | 356.76 | 0.66 | 0.44 |
| Hex | BA | 26 | 2E | 0 | 50 | 4B | 1B | 165 | 42 | 2C |
| Octal | 272 | 46 | 56 | 0 | 120 | 113 | 33 | 545 | 102 | 54 |
| Binary | 10111010 | 100110 | 101110 | 0 | 1010000 | 1001011 | 11011 | 101100101 | 1000010 | 101100 |
Color Harmonies of #BA262E
Complementary color
Monochromatic Colors of #BA262E
Black with #BA262E
Text Example
Text Example
White with #BA262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA262E; }
p { color: rgb(186,38,46); }
H1.HeaderClassName
{
color: #BA262E;
}
.AnyTagClassName
{
color: #BA262E;
}
</style>
background-color css
<style>
a { background-color: #BA262E; }
a { background-color: rgb(186,38,46); }
div.DivClassName
{
background-color: #BA262E;
}
.BgClassName
{
background-color: #BA262E;
}
</style>
border-color css
<style>
span { border-color: #BA262E; }
span { border-color: rgb(186,38,46); }
td.TdClassName
{
border-color: #BA262E;
}
.TagClassName
{
border-color: #BA262E;
}
</style>