Html Css Color HEX #BA4234 Medium Carmine

📋 copy color: '#BA4234'

red 186 ◦ green 66 ◦ blue 52

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

Shades of Medium Carmine #BA4234

Tints of Medium Carmine #BA4234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 61.18%
G = 21.71%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4234 (or 0xBA4234) is known color: Medium Carmine. HEX triplet: BA, 42 and 34. RGB value is (186,66,52). Sum of RGB (Red+Green+Blue) = 186+66+52=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4234 is #45BDCB. Grayscale: #646464. Windows color (decimal): -4570572 or 3424954. OLE color: 3424954.

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

Color convert

RGB 186 66 52 -
CMYK 0 0.65 0.72 0.27
HSL 6.27º 0.56% 0.47% -
HSV(B) 6.27º 0.72% 0.73% -
XYZ 22.82 14.58 4.86 -
YUV 100.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 186 66 52 0 0.65 0.72 0.27 6.27 0.56 0.47
Hex BA 42 34 0 41 48 1B 6 38 2F
Octal 272 102 64 0 101 110 33 6 70 57
Binary 10111010 1000010 110100 0 1000001 1001000 11011 110 111000 101111

Color Harmonies of #BA4234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4234

Black with #BA4234

Text Example


Text Example

White with #BA4234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4234; }

 p { color: rgb(186,66,52); }

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

background-color css

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

 a { background-color: rgb(186,66,52); }

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

border-color css

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

 span { border-color: rgb(186,66,52); }

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