Html Css Color HEX #BA3C3C Medium Carmine

📋 copy color: '#BA3C3C'

red 186 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #BA3C3C

Tints of Medium Carmine #BA3C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 60.78%
G = 19.61%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA3C3C (or 0xBA3C3C) is known color: Medium Carmine. HEX triplet: BA, 3C and 3C. RGB value is (186,60,60). Sum of RGB (Red+Green+Blue) = 186+60+60=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C3C is #45C3C3. Grayscale: #616161. Windows color (decimal): -4572100 or 3947706. OLE color: 3947706.

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

Color convert

RGB 186 60 60 -
CMYK 0 0.68 0.68 0.27
HSL 0.51% 0.48% -
HSV(B) 0.68% 0.73% -
XYZ 22.68 14 5.78 -
YUV 97.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 186 60 60 0 0.68 0.68 0.27 0 0.51 0.48
Hex BA 3C 3C 0 44 44 1B 0 33 30
Octal 272 74 74 0 104 104 33 0 63 60
Binary 10111010 111100 111100 0 1000100 1000100 11011 0 110011 110000

Color Harmonies of #BA3C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C3C

Black with #BA3C3C

Text Example


Text Example

White with #BA3C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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