Shades of Medium Carmine #BA3F23
Tints of Medium Carmine #BA3F23
RGB
CMYK
RGB Variations
Color information
#BA3F23 (or 0xBA3F23) is known color: Medium Carmine. HEX triplet: BA, 3F and 23. RGB value is (186,63,35). Sum of RGB (Red+Green+Blue) = 186+63+35=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F23 is #45C0DC. Grayscale: #606060. Windows color (decimal): -4571357 or 2310074. OLE color: 2310074.
HSL color Cylindrical-coordinate representation of color #BA3F23: hue angle of 11.13º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA3F23 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 35 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.27 |
| HSL | 11.13º | 0.68% | 0.43% | - |
| HSV(B) | 11.13º | 0.81% | 0.73% | - |
| XYZ | 22.33 | 14.12 | 3.14 | - |
| YUV | 96.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 35 | 0 | 0.66 | 0.81 | 0.27 | 11.13 | 0.68 | 0.43 |
| Hex | BA | 3F | 23 | 0 | 42 | 51 | 1B | B | 44 | 2B |
| Octal | 272 | 77 | 43 | 0 | 102 | 121 | 33 | 13 | 104 | 53 |
| Binary | 10111010 | 111111 | 100011 | 0 | 1000010 | 1010001 | 11011 | 1011 | 1000100 | 101011 |
Color Harmonies of #BA3F23
Complementary color
Monochromatic Colors of #BA3F23
Black with #BA3F23
Text Example
Text Example
White with #BA3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F23; }
p { color: rgb(186,63,35); }
H1.HeaderClassName
{
color: #BA3F23;
}
.AnyTagClassName
{
color: #BA3F23;
}
</style>
background-color css
<style>
a { background-color: #BA3F23; }
a { background-color: rgb(186,63,35); }
div.DivClassName
{
background-color: #BA3F23;
}
.BgClassName
{
background-color: #BA3F23;
}
</style>
border-color css
<style>
span { border-color: #BA3F23; }
span { border-color: rgb(186,63,35); }
td.TdClassName
{
border-color: #BA3F23;
}
.TagClassName
{
border-color: #BA3F23;
}
</style>