#BA4027

Color #BA4027 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BA4027

Tints of Medium Carmine #BA4027

Color information

#BA4027 (or 0xBA4027) is unknown color: approx Medium Carmine. HEX triplet: BA, 40 and 27. RGB value is (186,64,39). Sum of RGB (Red+Green+Blue) = 186+64+39=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4027 is #45BFD8. Grayscale: #616161. Windows color (decimal): -4571097 or 2572474. OLE color: 2572474.

HSL color Cylindrical-coordinate representation of color #BA4027: hue angle of 10.2º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA4027 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1866439-
CMYK00.660.790.27
HSL10.2º65.33%44.12%-
HSV(B)10.2º79.03%72.94%-
XYZ22.4514.253.49-
YUV97.6394.92191.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=64.36%
G=22.15%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186643900.660.790.2710.265.3344.12
HexBA40270424F1Ba412c
Octal272100470102117331210154
Binary1011101010000001001110100001010011111101110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4027; }

 p { color: rgb(186,64,39); }

 H1.HeaderClassName
 {
   color: #BA4027;
 }
 .AnyTagClassName
 {
   color: #BA4027;
 }
</style>
background-color css

<style>
 a { background-color: #BA4027; }

 a { background-color: rgb(186,64,39); }

 div.DivClassName
 {
   background-color: #BA4027;
 }
 .BgClassName
 {
   background-color: #BA4027;
 }
</style>
border-color css

<style>
 span { border-color: #BA4027; }

 span { border-color: rgb(186,64,39); }

 td.TdClassName
 {
   border-color: #BA4027;
 }
 .TagClassName
 {
   border-color: #BA4027;
 }
</style>