Html Css Color HEX #BA4439 Medium Carmine

📋 copy color: '#BA4439'

red 186 ◦ green 68 ◦ blue 57

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

Shades of Medium Carmine #BA4439

Tints of Medium Carmine #BA4439

RGB

 RED value IS 186 (73.05% from 255) = 59.81%

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 59.81%
G = 21.86%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA4439 (or 0xBA4439) is known color: Medium Carmine. HEX triplet: BA, 44 and 39. RGB value is (186,68,57). Sum of RGB (Red+Green+Blue) = 186+68+57=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4439 is #45BBC6. Grayscale: #666666. Windows color (decimal): -4570055 or 3753146. OLE color: 3753146.

HSL color Cylindrical-coordinate representation of color #BA4439: hue angle of 5.12º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4439 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 57 -
CMYK 0 0.63 0.69 0.27
HSL 5.12º 0.53% 0.48% -
HSV(B) 5.12º 0.69% 0.73% -
XYZ 23.06 14.87 5.53 -
YUV 102.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 186 68 57 0 0.63 0.69 0.27 5.12 0.53 0.48
Hex BA 44 39 0 3F 45 1B 5 35 30
Octal 272 104 71 0 77 105 33 5 65 60
Binary 10111010 1000100 111001 0 111111 1000101 11011 101 110101 110000

Color Harmonies of #BA4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4439

Black with #BA4439

Text Example


Text Example

White with #BA4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4439; }

 p { color: rgb(186,68,57); }

 H1.HeaderClassName
 {
   color: #BA4439;
 }
 .AnyTagClassName
 {
   color: #BA4439;
 }
</style>

background-color css

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

 a { background-color: rgb(186,68,57); }

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

border-color css

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

 span { border-color: rgb(186,68,57); }

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