Html Css Color HEX #BA3E32 Medium Carmine

📋 copy color: '#BA3E32'

red 186 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #BA3E32

Tints of Medium Carmine #BA3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 62.42%
G = 20.81%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3E32 (or 0xBA3E32) is known color: Medium Carmine. HEX triplet: BA, 3E and 32. RGB value is (186,62,50). Sum of RGB (Red+Green+Blue) = 186+62+50=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E32 is #45C1CD. Grayscale: #616161. Windows color (decimal): -4571598 or 3292858. OLE color: 3292858.

HSL color Cylindrical-coordinate representation of color #BA3E32: hue angle of 5.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3E32 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 62 50 -
CMYK 0 0.67 0.73 0.27
HSL 5.29º 0.58% 0.46% -
HSV(B) 5.29º 0.73% 0.73% -
XYZ 22.55 14.11 4.55 -
YUV 97.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 186 62 50 0 0.67 0.73 0.27 5.29 0.58 0.46
Hex BA 3E 32 0 43 49 1B 5 3A 2E
Octal 272 76 62 0 103 111 33 5 72 56
Binary 10111010 111110 110010 0 1000011 1001001 11011 101 111010 101110

Color Harmonies of #BA3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E32

Black with #BA3E32

Text Example


Text Example

White with #BA3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E32; }

 p { color: rgb(186,62,50); }

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

background-color css

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

 a { background-color: rgb(186,62,50); }

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

border-color css

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

 span { border-color: rgb(186,62,50); }

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