#BA3627

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

Shades of Medium Carmine #BA3627

Tints of Medium Carmine #BA3627

Color information

#BA3627 (or 0xBA3627) is unknown color: approx Medium Carmine. HEX triplet: BA, 36 and 27. RGB value is (186,54,39). Sum of RGB (Red+Green+Blue) = 186+54+39=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3627 is #45C9D8. Grayscale: #5B5B5B. Windows color (decimal): -4573657 or 2569914. OLE color: 2569914.

HSL color Cylindrical-coordinate representation of color #BA3627: hue angle of 6.12º 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 #BA3627 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1865439-
CMYK00.710.790.27
HSL6.12º65.33%44.12%-
HSV(B)6.12º79.03%72.94%-
XYZ21.9413.223.32-
YUV91.7698.23195.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=66.67%
G=19.35%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186543900.710.790.276.1265.3344.12
HexBA36270474F1B6412c
Octal2726647010711733610154
Binary10111010110110100111010001111001111110111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3627; }

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

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

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

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

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

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

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

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