Html Css Color HEX #BA3729 Medium Carmine

📋 copy color: '#BA3729'

red 186 ◦ green 55 ◦ blue 41

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

Shades of Medium Carmine #BA3729

Tints of Medium Carmine #BA3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 65.96%
G = 19.5%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3729 (or 0xBA3729) is known color: Medium Carmine. HEX triplet: BA, 37 and 29. RGB value is (186,55,41). Sum of RGB (Red+Green+Blue) = 186+55+41=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3729 is #45C8D6. Grayscale: #5C5C5C. Windows color (decimal): -4573399 or 2701242. OLE color: 2701242.

HSL color Cylindrical-coordinate representation of color #BA3729: hue angle of 5.79º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3729 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 41 -
CMYK 0 0.70 0.78 0.27
HSL 5.79º 0.64% 0.45% -
HSV(B) 5.79º 0.78% 0.73% -
XYZ 22.02 13.33 3.51 -
YUV 92.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 186 55 41 0 0.70 0.78 0.27 5.79 0.64 0.45
Hex BA 37 29 0 46 4E 1B 6 40 2D
Octal 272 67 51 0 106 116 33 6 100 55
Binary 10111010 110111 101001 0 1000110 1001110 11011 110 1000000 101101

Color Harmonies of #BA3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3729

Black with #BA3729

Text Example


Text Example

White with #BA3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3729; }

 p { color: rgb(186,55,41); }

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

background-color css

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

 a { background-color: rgb(186,55,41); }

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

border-color css

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

 span { border-color: rgb(186,55,41); }

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