Html Css Color HEX #BA4034 Medium Carmine

📋 copy color: '#BA4034'

red 186 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #BA4034

Tints of Medium Carmine #BA4034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 61.59%
G = 21.19%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4034 (or 0xBA4034) is known color: Medium Carmine. HEX triplet: BA, 40 and 34. RGB value is (186,64,52). Sum of RGB (Red+Green+Blue) = 186+64+52=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4034 is #45BFCB. Grayscale: #636363. Windows color (decimal): -4571084 or 3424442. OLE color: 3424442.

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

Color convert

RGB 186 64 52 -
CMYK 0 0.66 0.72 0.27
HSL 5.37º 0.56% 0.47% -
HSV(B) 5.37º 0.72% 0.73% -
XYZ 22.7 14.35 4.82 -
YUV 99.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 186 64 52 0 0.66 0.72 0.27 5.37 0.56 0.47
Hex BA 40 34 0 42 48 1B 5 38 2F
Octal 272 100 64 0 102 110 33 5 70 57
Binary 10111010 1000000 110100 0 1000010 1001000 11011 101 111000 101111

Color Harmonies of #BA4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4034

Black with #BA4034

Text Example


Text Example

White with #BA4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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