Html Css Color HEX #BA4027 Medium Carmine

📋 copy color: '#BA4027'

red 186 ◦ green 64 ◦ blue 39

#BA4027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BA4027

Tints of Medium Carmine #BA4027

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.63% from 255) = 13.49%

R = 64.36%
G = 22.15%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA4027 (or 0xBA4027) is known color: 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

RGB 186 64 39 -
CMYK 0 0.66 0.79 0.27
HSL 10.2º 0.65% 0.44% -
HSV(B) 10.2º 0.79% 0.73% -
XYZ 22.45 14.25 3.49 -
YUV 97.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 186 64 39 0 0.66 0.79 0.27 10.2 0.65 0.44
Hex BA 40 27 0 42 4F 1B A 41 2C
Octal 272 100 47 0 102 117 33 12 101 54
Binary 10111010 1000000 100111 0 1000010 1001111 11011 1010 1000001 101100

Color Harmonies of #BA4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4027

Black with #BA4027

Text Example


Text Example

White with #BA4027

Text Example


Text Example

HTML Codes & Css Web 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>