Html Css Color HEX #BA3C2E Medium Carmine

📋 copy color: '#BA3C2E'

red 186 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #BA3C2E

Tints of Medium Carmine #BA3C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 63.7%
G = 20.55%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA3C2E (or 0xBA3C2E) is known color: Medium Carmine. HEX triplet: BA, 3C and 2E. RGB value is (186,60,46). Sum of RGB (Red+Green+Blue) = 186+60+46=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C2E is #45C3D1. Grayscale: #606060. Windows color (decimal): -4572114 or 3030202. OLE color: 3030202.

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

Color convert

RGB 186 60 46 -
CMYK 0 0.68 0.75 0.27
HSL 0.6% 0.45% -
HSV(B) 0.75% 0.73% -
XYZ 22.36 13.87 4.08 -
YUV 96.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 186 60 46 0 0.68 0.75 0.27 6 0.6 0.45
Hex BA 3C 2E 0 44 4B 1B 6 3C 2D
Octal 272 74 56 0 104 113 33 6 74 55
Binary 10111010 111100 101110 0 1000100 1001011 11011 110 111100 101101

Color Harmonies of #BA3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C2E

Black with #BA3C2E

Text Example


Text Example

White with #BA3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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