Shades of Cardinal #BA263F
Tints of Cardinal #BA263F
RGB
CMYK
RGB Variations
Color information
#BA263F (or 0xBA263F) is known color: Cardinal. HEX triplet: BA, 26 and 3F. RGB value is (186,38,63). Sum of RGB (Red+Green+Blue) = 186+38+63=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA263F is #45D9C0. Grayscale: #555555. Windows color (decimal): -4577729 or 4138682. OLE color: 4138682.
HSL color Cylindrical-coordinate representation of color #BA263F: hue angle of 349.86º 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 #BA263F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 63 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.27 |
| HSL | 349.86º | 0.66% | 0.44% | - |
| HSV(B) | 349.86º | 0.8% | 0.73% | - |
| XYZ | 21.84 | 12.18 | 5.9 | - |
| YUV | 85.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 63 | 0 | 0.80 | 0.66 | 0.27 | 349.86 | 0.66 | 0.44 |
| Hex | BA | 26 | 3F | 0 | 50 | 42 | 1B | 15E | 42 | 2C |
| Octal | 272 | 46 | 77 | 0 | 120 | 102 | 33 | 536 | 102 | 54 |
| Binary | 10111010 | 100110 | 111111 | 0 | 1010000 | 1000010 | 11011 | 101011110 | 1000010 | 101100 |
Color Harmonies of #BA263F
Complementary color
Monochromatic Colors of #BA263F
Black with #BA263F
Text Example
Text Example
White with #BA263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA263F; }
p { color: rgb(186,38,63); }
H1.HeaderClassName
{
color: #BA263F;
}
.AnyTagClassName
{
color: #BA263F;
}
</style>
background-color css
<style>
a { background-color: #BA263F; }
a { background-color: rgb(186,38,63); }
div.DivClassName
{
background-color: #BA263F;
}
.BgClassName
{
background-color: #BA263F;
}
</style>
border-color css
<style>
span { border-color: #BA263F; }
span { border-color: rgb(186,38,63); }
td.TdClassName
{
border-color: #BA263F;
}
.TagClassName
{
border-color: #BA263F;
}
</style>