Html Css Color HEX #BA3E2E Medium Carmine

📋 copy color: '#BA3E2E'

red 186 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #BA3E2E

Tints of Medium Carmine #BA3E2E

RGB

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

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

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

R = 63.27%
G = 21.09%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA3E2E (or 0xBA3E2E) is known color: Medium Carmine. HEX triplet: BA, 3E and 2E. RGB value is (186,62,46). Sum of RGB (Red+Green+Blue) = 186+62+46=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E2E is #45C1D1. Grayscale: #616161. Windows color (decimal): -4571602 or 3030714. OLE color: 3030714.

HSL color Cylindrical-coordinate representation of color #BA3E2E: hue angle of 6.86º 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 #BA3E2E is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 62 46 -
CMYK 0 0.67 0.75 0.27
HSL 6.86º 0.6% 0.45% -
HSV(B) 6.86º 0.75% 0.73% -
XYZ 22.47 14.08 4.12 -
YUV 97.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 186 62 46 0 0.67 0.75 0.27 6.86 0.6 0.45
Hex BA 3E 2E 0 43 4B 1B 7 3C 2D
Octal 272 76 56 0 103 113 33 7 74 55
Binary 10111010 111110 101110 0 1000011 1001011 11011 111 111100 101101

Color Harmonies of #BA3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E2E

Black with #BA3E2E

Text Example


Text Example

White with #BA3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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