Html Css Color HEX #BA3C31 Medium Carmine

📋 copy color: '#BA3C31'

red 186 ◦ green 60 ◦ blue 49

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

Shades of Medium Carmine #BA3C31

Tints of Medium Carmine #BA3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 63.05%
G = 20.34%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA3C31 (or 0xBA3C31) is known color: Medium Carmine. HEX triplet: BA, 3C and 31. RGB value is (186,60,49). Sum of RGB (Red+Green+Blue) = 186+60+49=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C31 is #45C3CE. Grayscale: #606060. Windows color (decimal): -4572111 or 3226810. OLE color: 3226810.

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

Color convert

RGB 186 60 49 -
CMYK 0 0.68 0.74 0.27
HSL 4.82º 0.58% 0.46% -
HSV(B) 4.82º 0.74% 0.73% -
XYZ 22.42 13.89 4.41 -
YUV 96.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 186 60 49 0 0.68 0.74 0.27 4.82 0.58 0.46
Hex BA 3C 31 0 44 4A 1B 5 3A 2E
Octal 272 74 61 0 104 112 33 5 72 56
Binary 10111010 111100 110001 0 1000100 1001010 11011 101 111010 101110

Color Harmonies of #BA3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C31

Black with #BA3C31

Text Example


Text Example

White with #BA3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C31; }

 p { color: rgb(186,60,49); }

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

background-color css

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

 a { background-color: rgb(186,60,49); }

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

border-color css

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

 span { border-color: rgb(186,60,49); }

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