Html Css Color HEX #BA3C38 Medium Carmine

📋 copy color: '#BA3C38'

red 186 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #BA3C38

Tints of Medium Carmine #BA3C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 61.59%
G = 19.87%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3C38 (or 0xBA3C38) is known color: Medium Carmine. HEX triplet: BA, 3C and 38. RGB value is (186,60,56). Sum of RGB (Red+Green+Blue) = 186+60+56=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C38 is #45C3C7. Grayscale: #616161. Windows color (decimal): -4572104 or 3685562. OLE color: 3685562.

HSL color Cylindrical-coordinate representation of color #BA3C38: hue angle of 1.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3C38 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 56 -
CMYK 0 0.68 0.70 0.27
HSL 1.85º 0.54% 0.47% -
HSV(B) 1.85º 0.7% 0.73% -
XYZ 22.58 13.96 5.25 -
YUV 97.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 186 60 56 0 0.68 0.70 0.27 1.85 0.54 0.47
Hex BA 3C 38 0 44 46 1B 2 36 2F
Octal 272 74 70 0 104 106 33 2 66 57
Binary 10111010 111100 111000 0 1000100 1000110 11011 10 110110 101111

Color Harmonies of #BA3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C38

Black with #BA3C38

Text Example


Text Example

White with #BA3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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